From 4986a321f8ab6d78c8bc5784006e14aa11978f47 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 02:25:03 +0000 Subject: [PATCH 1/2] chore: Update the value of the base image (ARG BOOKWORM_TAG) in the d... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ocker-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 56959c0f44..ac5e831eb5 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -91,7 +91,7 @@ variable "JAVA21_VERSION" { } variable "BOOKWORM_TAG" { - default = "20240926" + default = "20241016" } # ---- user-defined functions ---- From e04764356393c9dcf314d005a77d70b2bff85906 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 02:25:04 +0000 Subject: [PATCH 2/2] chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ockerfiles Made with ❤️️ by updatecli --- debian/bookworm-slim/hotspot/Dockerfile | 2 +- debian/bookworm/hotspot/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/bookworm-slim/hotspot/Dockerfile b/debian/bookworm-slim/hotspot/Dockerfile index 680c2a4f86..e2962725c7 100644 --- a/debian/bookworm-slim/hotspot/Dockerfile +++ b/debian/bookworm-slim/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20240926 +ARG BOOKWORM_TAG=20241016 FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build diff --git a/debian/bookworm/hotspot/Dockerfile b/debian/bookworm/hotspot/Dockerfile index e24610f0fd..9acf0f1725 100644 --- a/debian/bookworm/hotspot/Dockerfile +++ b/debian/bookworm/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20240926 +ARG BOOKWORM_TAG=20241016 FROM debian:bookworm-"${BOOKWORM_TAG}" as jre-build