Skip to content

Commit 5d5f2e8

Browse files
authored
chore(deps): update docker (#9642)
1 parent c2b2df4 commit 5d5f2e8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

eventarc/audit-storage/Dockerfile

+1-1
Original file line numberDiff line numberDiff 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.12_7-jre-alpine
31+
FROM eclipse-temurin:17.0.13_11-jre-alpine
3232

3333
# Copy the jar to the production image from the builder stage.
3434
COPY --from=builder /app/target/audit-storage-*.jar /audit-storage.jar

eventarc/pubsub/Dockerfile

+1-1
Original file line numberDiff line numberDiff 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.12_7-jre-alpine
29+
FROM eclipse-temurin:17.0.13_11-jre-alpine
3030

3131
# Copy the jar to the production image from the builder stage.
3232
COPY --from=builder /app/target/events-pubsub-*.jar /events-pubsub.jar

run/helloworld/Dockerfile

+1-1
Original file line numberDiff line numberDiff 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.12_7-jre-alpine
30+
FROM eclipse-temurin:17.0.13_11-jre-alpine
3131

3232
# Copy the jar to the production image from the builder stage.
3333
COPY --from=builder /app/target/helloworld-*.jar /helloworld.jar

run/image-processing/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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.12_7-jre
20+
FROM eclipse-temurin:17.0.13_11-jre
2121

2222
# Install Imagemagick into the container image.
2323
# For more on system packages review the system packages tutorial.

run/system-package/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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.12_7-jre
18+
FROM eclipse-temurin:17.0.13_11-jre
1919

2020
RUN apt-get update -y && apt-get install -y \
2121
graphviz \

0 commit comments

Comments
 (0)