Skip to content

Commit

Permalink
Use JDK 21.0.1_12, not 21_35 in preview containers
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Nov 8, 2023
1 parent 42936e3 commit e7ae470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 21/debian/bookworm-slim/hotspot/preview/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BOOKWORM_TAG=20231030
FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build
ARG JAVA_VERSION=21+35
ARG JAVA_VERSION=21.0.1_12
ARG TARGETPLATFORM

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion 21/debian/bookworm/hotspot/preview/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BOOKWORM_TAG=20231030
FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build
ARG JAVA_VERSION=21+35
ARG JAVA_VERSION=21.0.1_12
ARG TARGETPLATFORM

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down

0 comments on commit e7ae470

Please sign in to comment.