diff --git a/debian/bookworm-slim/hotspot/Dockerfile b/debian/bookworm-slim/hotspot/Dockerfile index 8f5741030f..b3bb4af8a0 100644 --- a/debian/bookworm-slim/hotspot/Dockerfile +++ b/debian/bookworm-slim/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20241016 +ARG BOOKWORM_TAG=20241111 FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build diff --git a/debian/bookworm/hotspot/Dockerfile b/debian/bookworm/hotspot/Dockerfile index 62c94e8ee6..505ea7a01d 100644 --- a/debian/bookworm/hotspot/Dockerfile +++ b/debian/bookworm/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20241016 +ARG BOOKWORM_TAG=20241111 FROM debian:bookworm-"${BOOKWORM_TAG}" as jre-build diff --git a/docker-bake.hcl b/docker-bake.hcl index e92aecc113..a87f6af5f9 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -91,7 +91,7 @@ variable "JAVA21_VERSION" { } variable "BOOKWORM_TAG" { - default = "20241016" + default = "20241111" } # ---- user-defined functions ----