diff --git a/debian/Dockerfile b/debian/Dockerfile index 2c5c52a2..ae7be241 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -1,5 +1,5 @@ ARG JAVA_VERSION=17.0.8.1_1 -ARG DEBIAN_RELEASE=bookworm-20231009 +ARG DEBIAN_RELEASE=bookworm-20231030 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-focal AS jre-build # This Build ARG is populated by Docker diff --git a/docker-bake.hcl b/docker-bake.hcl index b5b556d3..c2ac1b85 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -75,7 +75,7 @@ variable "JAVA21_VERSION" { } variable "DEBIAN_RELEASE" { - default = "bookworm-20231009" + default = "bookworm-20231030" } target "alpine_jdk11" {