From 16f836dbc9474bbb638e8719ae7e91b0a7812a51 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 21:42:38 -0700 Subject: [PATCH] Bump Debian Bookworm Linux version to bookworm-20231218 (#356) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the default value of the variable DEBIAN_RELEASE in the... ... docker-bake.hcl Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG DEBIAN_RELEASE) in the... ... Dockerfile Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- debian/Dockerfile | 2 +- docker-bake.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" {