8000 chore(deps): update docker (#10085) · rebeccaellis/java-docs-samples@2dfeea4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2dfeea4

Browse files
authored
chore(deps): update docker (GoogleCloudPlatform#10085)
1 parent e383a54 commit 2dfeea4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

eventarc/audit-storage/Dockerfile

Lines changed: 1 addition & 1 deletion
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.14_7-jre-alpine
31+
FROM eclipse-temurin:17.0.15_6-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

Lines changed: 1 addition & 1 deletion
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.14_7-jre-alpine
29+
FROM eclipse-temurin:17.0.15_6-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

Lines changed: 1 addition & 1 deletion
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.14_7-jre-alpine
30+
FROM eclipse-temurin:17.0.15_6-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

Lines changed: 1 addition & 1 deletion
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.14_7-jre
20+
FROM eclipse-temurin:17.0.15_6-jre
2121

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

run/system-package/Dockerfile

Lines changed: 1 addition & 1 deletion
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.14_7-jre
18+
FROM eclipse-temurin:17.0.15_6-jre
1919

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

0 commit comments

Comments
 (0)
0