diff --git a/debian/Dockerfile b/debian/Dockerfile index 3afd89da..958f8e90 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -1,5 +1,5 @@ ARG JAVA_VERSION=17.0.8.1_1 -ARG DEBIAN_RELEASE=bookworm-20231120 +ARG DEBIAN_RELEASE=bookworm-20231218 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy AS jre-build # This Build ARG is populated by Docker diff --git a/docker-bake.hcl b/docker-bake.hcl index bebc95c4..683c67c1 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -80,7 +80,7 @@ variable "JAVA21_PREVIEW_VERSION" { } variable "DEBIAN_RELEASE" { - default = "bookworm-20231120" + default = "bookworm-20231218" } target "alpine_jdk11" {