Skip to content

Commit

Permalink
Use Java 21 in published Docker images (#7973)
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy committed Jan 23, 2024
1 parent 422c331 commit 4458d8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/dockerbuild/docker/Dockerfile-jvm
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
# (See site/docs/try/configuration.md)
#
###
FROM registry.access.redhat.com/ubi8/openjdk-17:1.18-2.1705573234
# NOTE: Do **NOT** bump ubi8 to ubi9 - that will break all the options above!
FROM registry.access.redhat.com/ubi9/openjdk-21:1.17-2.1705482269

LABEL org.opencontainers.image.source=https://github.com/projectnessie/nessie
LABEL org.opencontainers.image.description="Projectnessie Nessie Core Server"
Expand Down

0 comments on commit 4458d8e

Please sign in to comment.