From 85457c021d4d3dd4feb96b19da9765853cb146b9 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 14:52:14 +0000 Subject: [PATCH 1/2] chore: Update the value of the base image (ARG ALPINE_TAG) in the doc... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ker-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 ebb54fbb4b..c2b518821c 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -44,7 +44,7 @@ variable "COMMIT_SHA" { } variable "ALPINE_FULL_TAG" { - default = "3.24.0" + default = "3.24.1" } variable "ALPINE_SHORT_TAG" { From 48e146e457c85a0b5eaba1a54efb9d50273a7ee3 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 14:52:15 +0000 Subject: [PATCH 2/2] chore: Update the value of the JDK base image (ARG ALPINE_TAG) in the... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... Dockerfile Made with ❤️️ by updatecli --- alpine/hotspot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/hotspot/Dockerfile b/alpine/hotspot/Dockerfile index 02de8298f1..15a766dd43 100644 --- a/alpine/hotspot/Dockerfile +++ b/alpine/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG ALPINE_TAG=3.24.0 +ARG ALPINE_TAG=3.24.1 FROM alpine:"${ALPINE_TAG}" AS jre-and-war