Skip to content

Commit

Permalink
Update eclipse-temurin Docker tag to v11.0.20_8-jre (#228)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 16, 2023
1 parent a520129 commit a3d532e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/cloud.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# workaround uses an aarch64 (arm64) image instead when an optional platform argument is set to arm64.
# Docker's BuildKit skips unused stages so the image for the platform that isn't used will not be built.

FROM eclipse-temurin:11.0.19_7-jre as amd64
FROM eclipse-temurin:11.0.20_8-jre as amd64
FROM bellsoft/liberica-openjre-debian:11.0.19-7 as arm64

FROM ${TARGETARCH}
Expand Down

0 comments on commit a3d532e

Please sign in to comment.