Skip to content

Commit 989d73e

Browse files
authored
chore(deps): update eclipse-temurin docker tag (GoogleCloudPlatform#8469)
1 parent 66b072c commit 989d73e

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-jre-alpine
31+
FROM eclipse-temurin:17.0.8_7-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
@@ -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-jre-alpine
31+
FROM eclipse-temurin:17.0.8_7-jre-alpine
3232

3333
# Copy the jar to the production image from the builder stage.
3434
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
@@ -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-jre-alpine
31+
FROM eclipse-temurin:17.0.8_7-jre-alpine
3232

3333
# Copy the jar to the production image from the builder stage.
3434
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
@@ -18,7 +18,7 @@
1818
# It's important to use JDK 8u191 or above that has container support enabled.
1919
# https://hub.docker.com/_/eclipse-temurin/
2020
# https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
21-
FROM eclipse-temurin:17.0.7_7-jre
21+
FROM eclipse-temurin:17.0.8_7-jre
2222

2323
# Install Imagemagick into the container image.
2424
# 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
@@ -16,7 +16,7 @@
1616
# [START run_system_package_dockerfile]
1717
# Use the Official eclipse-temurin image for a lean production stage of our multi-stage build.
1818
# https://hub.docker.com/_/eclipse-temurin/
19-
FROM eclipse-temurin:17.0.7_7-jre
19+
FROM eclipse-temurin:17.0.8_7-jre
2020

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

0 commit comments

Comments
 (0)