From 743622e74eab043ac2d1843181e04a05ef4c871c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 07:04:40 -0600 Subject: [PATCH] Bump Debian Bookworm Linux Version to 20240904 (#1922) 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 3ea53991dd..dc0bec5ec5 100644 --- a/debian/bookworm-slim/hotspot/Dockerfile +++ b/debian/bookworm-slim/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20240812 +ARG BOOKWORM_TAG=20240904 FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build diff --git a/debian/bookworm/hotspot/Dockerfile b/debian/bookworm/hotspot/Dockerfile index ab543202f7..de2cf2ed8b 100644 --- a/debian/bookworm/hotspot/Dockerfile +++ b/debian/bookworm/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20240812 +ARG BOOKWORM_TAG=20240904 FROM debian:bookworm-"${BOOKWORM_TAG}" as jre-build diff --git a/docker-bake.hcl b/docker-bake.hcl index 590519bb95..33f80ecf07 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -120,7 +120,7 @@ variable "JAVA21_VERSION" { } variable "BOOKWORM_TAG" { - default = "20240812" + default = "20240904" } # ---- user-defined functions ----