Skip to content

Commit

Permalink
Update OpenJDK to 11.0.14.1
Browse files Browse the repository at this point in the history
See #2315. This only updates  the x86/amd64 version, and does not bump the arm64 version, since it is [not yet available](https://hub.docker.com/r/bellsoft/liberica-openjdk-alpine/tags). arm64 is not urgent (to my knowledge) since it is only used for local Mac M1 development.
  • Loading branch information
rasmi committed Apr 20, 2022
1 parent dcd82a1 commit 8dfa12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG PLATFORM="amd64"
# 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 adoptopenjdk/openjdk11:jdk-11.0.11_9-alpine-slim as amd64
FROM adoptopenjdk/openjdk11:jdk-11.0.14.1_1-alpine-slim as amd64
FROM bellsoft/liberica-openjdk-alpine:11.0.11-9-aarch64 as arm64

FROM ${PLATFORM}
Expand Down

0 comments on commit 8dfa12f

Please sign in to comment.