diff --git a/debian/bookworm-slim/hotspot/Dockerfile b/debian/bookworm-slim/hotspot/Dockerfile index 374e228be2..b82455c00b 100644 --- a/debian/bookworm-slim/hotspot/Dockerfile +++ b/debian/bookworm-slim/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20241202 +ARG BOOKWORM_TAG=20241223 FROM debian:bookworm-"${BOOKWORM_TAG}"-slim AS jre-build diff --git a/debian/bookworm/hotspot/Dockerfile b/debian/bookworm/hotspot/Dockerfile index ba06bd5e12..315fd8e14c 100644 --- a/debian/bookworm/hotspot/Dockerfile +++ b/debian/bookworm/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20241202 +ARG BOOKWORM_TAG=20241223 FROM debian:bookworm-"${BOOKWORM_TAG}" AS jre-build diff --git a/docker-bake.hcl b/docker-bake.hcl index 05e74f716b..d3052d8fb6 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -91,7 +91,7 @@ variable "JAVA21_VERSION" { } variable "BOOKWORM_TAG" { - default = "20241202" + default = "20241223" } # ---- user-defined functions ----