Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag to v17.0.13_11-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 12, 2024
1 parent 99e983e commit c042797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run/image-processing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# It's important to use JDK 8u191 or above that has container support enabled.
# https://hub.docker.com/_/eclipse-temurin/
# https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
FROM eclipse-temurin:17.0.12_7-jre
FROM eclipse-temurin:17.0.13_11-jre

# Install Imagemagick into the container image.
# For more on system packages review the system packages tutorial.
Expand Down
2 changes: 1 addition & 1 deletion run/system-package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# [START cloudrun_system_package_dockerfile]
# Use the Official eclipse-temurin image for a lean production stage of our multi-stage build.
# https://hub.docker.com/_/eclipse-temurin/
FROM eclipse-temurin:17.0.12_7-jre
FROM eclipse-temurin:17.0.13_11-jre

RUN apt-get update -y && apt-get install -y \
graphviz \
Expand Down

0 comments on commit c042797

Please sign in to comment.