diff --git a/debian/bookworm-slim/hotspot/Dockerfile b/debian/bookworm-slim/hotspot/Dockerfile index bbf32f7e71..9882f230c7 100644 --- a/debian/bookworm-slim/hotspot/Dockerfile +++ b/debian/bookworm-slim/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20240612 +ARG BOOKWORM_TAG=20240701 FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build diff --git a/debian/bookworm/hotspot/Dockerfile b/debian/bookworm/hotspot/Dockerfile index 405ce405a2..bd7d49d38e 100644 --- a/debian/bookworm/hotspot/Dockerfile +++ b/debian/bookworm/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20240612 +ARG BOOKWORM_TAG=20240701 FROM debian:bookworm-"${BOOKWORM_TAG}" as jre-build diff --git a/docker-bake.hcl b/docker-bake.hcl index 779fa5b900..2dc98dd006 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -120,7 +120,7 @@ variable "JAVA21_VERSION" { } variable "BOOKWORM_TAG" { - default = "20240612" + default = "20240701" } # ---- user-defined functions ----