From 1d685deb0e0ac5d94396a93033fd81f2bee3fe8e Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 02:09:54 +0000 Subject: [PATCH 1/2] chore: Update the value of the base image (ARG DEBIAN_RELEASE) in the... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... Dockerfile Made with ❤️️ by updatecli --- debian/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/Dockerfile b/debian/Dockerfile index 481cb09c..cee3e13d 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -1,5 +1,5 @@ ARG JAVA_VERSION=17.0.8.1_1 -ARG DEBIAN_RELEASE=bookworm-20230904 +ARG DEBIAN_RELEASE=bookworm-20230919 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-focal AS jre-build # This Build ARG is populated by Docker From 0e1709278074891f83861ce8470e9cc65f1224ca Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 02:09:55 +0000 Subject: [PATCH 2/2] chore: Update the default value of the variable DEBIAN_RELEASE in the... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... docker-bake.hcl Made with ❤️️ by updatecli --- docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-bake.hcl b/docker-bake.hcl index dd06835d..71a40f02 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -75,7 +75,7 @@ variable "JAVA21_VERSION" { } variable "DEBIAN_RELEASE" { - default = "bookworm-20230904" + default = "bookworm-20230919" } target "alpine_jdk11" {