Skip to content

Commit

Permalink
Update eclipse-temurin Docker tag to v11.0.21_9-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 31, 2023
1 parent 88e7511 commit d591516
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.20_8-jre as amd64
FROM eclipse-temurin:11.0.21_9-jre as amd64
FROM bellsoft/liberica-openjre-debian:11.0.19-7 as arm64

FROM ${TARGETARCH}
Expand Down

0 comments on commit d591516

Please sign in to comment.