diff --git a/debian/bookworm-slim/hotspot/Dockerfile b/debian/bookworm-slim/hotspot/Dockerfile index cf4fe60b20..7012ff04ca 100644 --- a/debian/bookworm-slim/hotspot/Dockerfile +++ b/debian/bookworm-slim/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20240423 +ARG BOOKWORM_TAG=20240513 FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build diff --git a/debian/bookworm/hotspot/Dockerfile b/debian/bookworm/hotspot/Dockerfile index a3f2f48399..e790e0c956 100644 --- a/debian/bookworm/hotspot/Dockerfile +++ b/debian/bookworm/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20240423 +ARG BOOKWORM_TAG=20240513 FROM debian:bookworm-"${BOOKWORM_TAG}" as jre-build diff --git a/docker-bake.hcl b/docker-bake.hcl index 875502399a..672d708d71 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -105,7 +105,7 @@ variable "JAVA21_VERSION" { } variable "BOOKWORM_TAG" { - default = "20240423" + default = "20240513" } # ---- user-defined functions ----