diff --git a/debian/bookworm-slim/hotspot/Dockerfile b/debian/bookworm-slim/hotspot/Dockerfile index 03e3cb005b..3ea53991dd 100644 --- a/debian/bookworm-slim/hotspot/Dockerfile +++ b/debian/bookworm-slim/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20240722 +ARG BOOKWORM_TAG=20240812 FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build diff --git a/debian/bookworm/hotspot/Dockerfile b/debian/bookworm/hotspot/Dockerfile index 84bdb1a845..ab543202f7 100644 --- a/debian/bookworm/hotspot/Dockerfile +++ b/debian/bookworm/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20240722 +ARG BOOKWORM_TAG=20240812 FROM debian:bookworm-"${BOOKWORM_TAG}" as jre-build diff --git a/docker-bake.hcl b/docker-bake.hcl index 6548fa84ea..590519bb95 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -120,7 +120,7 @@ variable "JAVA21_VERSION" { } variable "BOOKWORM_TAG" { - default = "20240722" + default = "20240812" } # ---- user-defined functions ----