From ef2048023dd2f37f196e883bae426ac9b9a41f7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 13:45:01 +0100 Subject: [PATCH] Bump Debian Bookworm Linux Version to 20250317 (#2001) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the value of the base image (ARG BOOKWORM_TAG) in the d... ... ocker-bake.hcl Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D... ... ockerfiles Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- debian/bookworm-slim/hotspot/Dockerfile | 2 +- debian/bookworm/hotspot/Dockerfile | 2 +- docker-bake.hcl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/bookworm-slim/hotspot/Dockerfile b/debian/bookworm-slim/hotspot/Dockerfile index 5a463d70..d74e2de1 100644 --- a/debian/bookworm-slim/hotspot/Dockerfile +++ b/debian/bookworm-slim/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20250224 +ARG BOOKWORM_TAG=20250317 FROM debian:bookworm-"${BOOKWORM_TAG}"-slim AS jre-build diff --git a/debian/bookworm/hotspot/Dockerfile b/debian/bookworm/hotspot/Dockerfile index eeac669a..e3649823 100644 --- a/debian/bookworm/hotspot/Dockerfile +++ b/debian/bookworm/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20250224 +ARG BOOKWORM_TAG=20250317 FROM debian:bookworm-"${BOOKWORM_TAG}" AS jre-build diff --git a/docker-bake.hcl b/docker-bake.hcl index e57d256e..f63a5a71 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -91,7 +91,7 @@ variable "JAVA21_VERSION" { } variable "BOOKWORM_TAG" { - default = "20250224" + default = "20250317" } # ---- user-defined functions ----