diff --git a/auth/src/main/java/com/google/cloud/auth/samples/customcredentials/aws/Dockerfile b/auth/src/main/java/com/google/cloud/auth/samples/customcredentials/aws/Dockerfile index 49069fc6410..9eface323c5 100644 --- a/auth/src/main/java/com/google/cloud/auth/samples/customcredentials/aws/Dockerfile +++ b/auth/src/main/java/com/google/cloud/auth/samples/customcredentials/aws/Dockerfile @@ -15,7 +15,7 @@ RUN mvn clean package dependency:copy-dependencies \ -DskipTests # Run the application -FROM eclipse-temurin:17-jre-focal +FROM eclipse-temurin:17.0.15_6-jre-focal # Security: Create a non-root user RUN useradd -m appuser diff --git a/eventarc/audit-storage/Dockerfile b/eventarc/audit-storage/Dockerfile index 9e8ffee4510..4c023488386 100644 --- a/eventarc/audit-storage/Dockerfile +++ b/eventarc/audit-storage/Dockerfile @@ -28,7 +28,7 @@ RUN mvn package -DskipTests # Use Eclipse Temurin for base image. # https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds -FROM eclipse-temurin:17.0.16_8-jre-alpine +FROM eclipse-temurin:17.0.17_10-jre-alpine # Copy the jar to the production image from the builder stage. COPY --from=builder /app/target/audit-storage-*.jar /audit-storage.jar diff --git a/eventarc/pubsub/Dockerfile b/eventarc/pubsub/Dockerfile index 5c13f674297..859b68acd16 100644 --- a/eventarc/pubsub/Dockerfile +++ b/eventarc/pubsub/Dockerfile @@ -26,7 +26,7 @@ RUN mvn package -DskipTests # Use Eclipse Temurin for base image. # https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds -FROM eclipse-temurin:17.0.16_8-jre-alpine +FROM eclipse-temurin:17.0.17_10-jre-alpine # Copy the jar to the production image from the builder stage. COPY --from=builder /app/target/events-pubsub-*.jar /events-pubsub.jar diff --git a/run/helloworld/Dockerfile b/run/helloworld/Dockerfile index d296b09b690..c6946875ca9 100644 --- a/run/helloworld/Dockerfile +++ b/run/helloworld/Dockerfile @@ -27,7 +27,7 @@ RUN mvn package -DskipTests # Use Eclipse Temurin for base image. # https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds -FROM eclipse-temurin:17.0.16_8-jre-alpine +FROM eclipse-temurin:17.0.17_10-jre-alpine # Copy the jar to the production image from the builder stage. COPY --from=builder /app/target/helloworld-*.jar /helloworld.jar