File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
auth/src/main/java/com/google/cloud/auth/samples/customcredentials/aws Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN mvn clean package dependency:copy-dependencies \
1515 -DskipTests
1616
1717# Run the application
18- FROM eclipse-temurin:17-jre-focal
18+ FROM eclipse-temurin:17.0.15_6 -jre-focal
1919
2020# Security: Create a non-root user
2121RUN useradd -m appuser
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN mvn package -DskipTests
2828
2929# Use Eclipse Temurin for base image.
3030# https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
31- FROM eclipse-temurin:17.0.16_8 -jre-alpine
31+ FROM eclipse-temurin:17.0.17_10 -jre-alpine
3232
3333# Copy the jar to the production image from the builder stage.
3434COPY --from=builder /app/target/audit-storage-*.jar /audit-storage.jar
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN mvn package -DskipTests
2626
2727# Use Eclipse Temurin for base image.
2828# https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
29- FROM eclipse-temurin:17.0.16_8 -jre-alpine
29+ FROM eclipse-temurin:17.0.17_10 -jre-alpine
3030
3131# Copy the jar to the production image from the builder stage.
3232COPY --from=builder /app/target/events-pubsub-*.jar /events-pubsub.jar
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN mvn package -DskipTests
2727
2828# Use Eclipse Temurin for base image.
2929# https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
30- FROM eclipse-temurin:17.0.16_8 -jre-alpine
30+ FROM eclipse-temurin:17.0.17_10 -jre-alpine
3131
3232# Copy the jar to the production image from the builder stage.
3333COPY --from=builder /app/target/helloworld-*.jar /helloworld.jar
You can’t perform that action at this time.
0 commit comments