diff --git a/11/debian/bookworm-slim/hotspot/Dockerfile b/11/debian/bookworm-slim/hotspot/Dockerfile index 6cd624646e..f92aaef7a5 100644 --- a/11/debian/bookworm-slim/hotspot/Dockerfile +++ b/11/debian/bookworm-slim/hotspot/Dockerfile @@ -1,5 +1,5 @@ ARG JAVA_VERSION=11.0.21_9 -ARG BOOKWORM_TAG=20231218 +ARG BOOKWORM_TAG=20240110 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build RUN jlink \ diff --git a/11/debian/bookworm/hotspot/Dockerfile b/11/debian/bookworm/hotspot/Dockerfile index 6c277a4f7c..8db9fb5471 100644 --- a/11/debian/bookworm/hotspot/Dockerfile +++ b/11/debian/bookworm/hotspot/Dockerfile @@ -1,5 +1,5 @@ ARG JAVA_VERSION=11.0.21_9 -ARG BOOKWORM_TAG=20231218 +ARG BOOKWORM_TAG=20240110 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build RUN jlink \ diff --git a/17/debian/bookworm-slim/hotspot/Dockerfile b/17/debian/bookworm-slim/hotspot/Dockerfile index ec92c9e630..fd0a55dcbc 100644 --- a/17/debian/bookworm-slim/hotspot/Dockerfile +++ b/17/debian/bookworm-slim/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20231218 +ARG BOOKWORM_TAG=20240110 ARG JAVA_VERSION=17.0.9_9 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build diff --git a/17/debian/bookworm/hotspot/Dockerfile b/17/debian/bookworm/hotspot/Dockerfile index 7e3cffd083..1d23c687f2 100644 --- a/17/debian/bookworm/hotspot/Dockerfile +++ b/17/debian/bookworm/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20231218 +ARG BOOKWORM_TAG=20240110 ARG JAVA_VERSION=17.0.9_9 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build diff --git a/21/debian/bookworm-slim/hotspot/Dockerfile b/21/debian/bookworm-slim/hotspot/Dockerfile index 5ce20ed785..36da009208 100644 --- a/21/debian/bookworm-slim/hotspot/Dockerfile +++ b/21/debian/bookworm-slim/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20231218 +ARG BOOKWORM_TAG=20240110 ARG JAVA_VERSION=21.0.1_12 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 7d9c6220e9..97855941ac 100644 --- a/21/debian/bookworm-slim/hotspot/preview/Dockerfile +++ b/21/debian/bookworm-slim/hotspot/preview/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20231218 +ARG BOOKWORM_TAG=20240110 FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build ARG JAVA_VERSION=21.0.1_12 ARG TARGETPLATFORM diff --git a/21/debian/bookworm/hotspot/Dockerfile b/21/debian/bookworm/hotspot/Dockerfile index edf613f34f..171156b295 100644 --- a/21/debian/bookworm/hotspot/Dockerfile +++ b/21/debian/bookworm/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20231218 +ARG BOOKWORM_TAG=20240110 ARG JAVA_VERSION=21.0.1_12 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 b215e0d237..3988655943 100644 --- a/21/debian/bookworm/hotspot/preview/Dockerfile +++ b/21/debian/bookworm/hotspot/preview/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20231218 +ARG BOOKWORM_TAG=20240110 FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build ARG JAVA_VERSION=21.0.1_12 ARG TARGETPLATFORM diff --git a/docker-bake.hcl b/docker-bake.hcl index ec19011b2c..cb04006112 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -108,7 +108,7 @@ variable "JAVA21_VERSION" { } variable "BOOKWORM_TAG" { - default = "20231218" + default = "20240110" } # ---- user-defined functions ----