From cc6730d38281bfb0738386e29b4cfc955f186f6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 19:09:06 -0700 Subject: [PATCH] Bump Debian Bookworm Linux version to bookworm-20240110 (#358) 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 958f8e90..09f4276a 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -1,5 +1,5 @@ ARG JAVA_VERSION=17.0.8.1_1 -ARG DEBIAN_RELEASE=bookworm-20231218 +ARG DEBIAN_RELEASE=bookworm-20240110 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 683c67c1..ee4e99f8 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -80,7 +80,7 @@ variable "JAVA21_PREVIEW_VERSION" { } variable "DEBIAN_RELEASE" { - default = "bookworm-20231218" + default = "bookworm-20240110" } target "alpine_jdk11" {