diff --git a/21/debian/bookworm-slim/hotspot/Dockerfile b/21/debian/bookworm-slim/hotspot/Dockerfile index d4d212ed76..140263f86f 100644 --- a/21/debian/bookworm-slim/hotspot/Dockerfile +++ b/21/debian/bookworm-slim/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20230904 +ARG BOOKWORM_TAG=20231009 ARG JAVA_VERSION=21_35 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build diff --git a/21/debian/bookworm-slim/hotspot/preview/Dockerfile b/21/debian/bookworm-slim/hotspot/preview/Dockerfile index 9d427861a7..72c9bbdab7 100644 --- a/21/debian/bookworm-slim/hotspot/preview/Dockerfile +++ b/21/debian/bookworm-slim/hotspot/preview/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20230904 +ARG BOOKWORM_TAG=20231009 FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build ARG JAVA_VERSION=21+35 ARG TARGETPLATFORM diff --git a/21/debian/bookworm/hotspot/Dockerfile b/21/debian/bookworm/hotspot/Dockerfile index 76efb8facc..828a8aecd2 100644 --- a/21/debian/bookworm/hotspot/Dockerfile +++ b/21/debian/bookworm/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20230904 +ARG BOOKWORM_TAG=20231009 ARG JAVA_VERSION=21_35 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build diff --git a/21/debian/bookworm/hotspot/preview/Dockerfile b/21/debian/bookworm/hotspot/preview/Dockerfile index ace06aa259..218b01759d 100644 --- a/21/debian/bookworm/hotspot/preview/Dockerfile +++ b/21/debian/bookworm/hotspot/preview/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20230904 +ARG BOOKWORM_TAG=20231009 FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build ARG JAVA_VERSION=21+35 ARG TARGETPLATFORM