File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed 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.13_11 -jre-alpine
31+ FROM eclipse-temurin:17.0.14_7 -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.13_11 -jre-alpine
29+ FROM eclipse-temurin:17.0.14_7 -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.13_11 -jre-alpine
30+ FROM eclipse-temurin:17.0.14_7 -jre-alpine
3131
3232# Copy the jar to the production image from the builder stage.
3333COPY --from=builder /app/target/helloworld-*.jar /helloworld.jar
Original file line number Diff line number Diff line change 1717# It's important to use JDK 8u191 or above that has container support enabled.
1818# https://hub.docker.com/_/eclipse-temurin/
1919# https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
20- FROM eclipse-temurin:17.0.13_11 -jre
20+ FROM eclipse-temurin:17.0.14_7 -jre
2121
2222# Install Imagemagick into the container image.
2323# For more on system packages review the system packages tutorial.
Original file line number Diff line number Diff line change 1515# [START cloudrun_system_package_dockerfile]
1616# Use the Official eclipse-temurin image for a lean production stage of our multi-stage build.
1717# https://hub.docker.com/_/eclipse-temurin/
18- FROM eclipse-temurin:17.0.13_11 -jre
18+ FROM eclipse-temurin:17.0.14_7 -jre
1919
2020RUN apt-get update -y && apt-get install -y \
2121 graphviz \
You can’t perform that action at this time.
0 commit comments