File tree 5 files changed +5
-5
lines changed
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
28
28
29
29
# Use Eclipse Temurin for base image.
30
30
# https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
31
- FROM eclipse-temurin:17.0.12_7 -jre-alpine
31
+ FROM eclipse-temurin:17.0.13_11 -jre-alpine
32
32
33
33
# Copy the jar to the production image from the builder stage.
34
34
COPY --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
26
26
27
27
# Use Eclipse Temurin for base image.
28
28
# https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
29
- FROM eclipse-temurin:17.0.12_7 -jre-alpine
29
+ FROM eclipse-temurin:17.0.13_11 -jre-alpine
30
30
31
31
# Copy the jar to the production image from the builder stage.
32
32
COPY --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
27
27
28
28
# Use Eclipse Temurin for base image.
29
29
# https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
30
- FROM eclipse-temurin:17.0.12_7 -jre-alpine
30
+ FROM eclipse-temurin:17.0.13_11 -jre-alpine
31
31
32
32
# Copy the jar to the production image from the builder stage.
33
33
COPY --from=builder /app/target/helloworld-*.jar /helloworld.jar
Original file line number Diff line number Diff line change 17
17
# It's important to use JDK 8u191 or above that has container support enabled.
18
18
# https://hub.docker.com/_/eclipse-temurin/
19
19
# https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
20
- FROM eclipse-temurin:17.0.12_7 -jre
20
+ FROM eclipse-temurin:17.0.13_11 -jre
21
21
22
22
# Install Imagemagick into the container image.
23
23
# For more on system packages review the system packages tutorial.
Original file line number Diff line number Diff line change 15
15
# [START cloudrun_system_package_dockerfile]
16
16
# Use the Official eclipse-temurin image for a lean production stage of our multi-stage build.
17
17
# https://hub.docker.com/_/eclipse-temurin/
18
- FROM eclipse-temurin:17.0.12_7 -jre
18
+ FROM eclipse-temurin:17.0.13_11 -jre
19
19
20
20
RUN apt-get update -y && apt-get install -y \
21
21
graphviz \
You can’t perform that action at this time.
0 commit comments