From ab36879b8f2c3c7dd68e0a5964fc758648005b10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 16:27:54 -0600 Subject: [PATCH] Bump Alpine Linux Version to 3.20.3 (#1923) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the value of the JDK base image (ARG ALPINE_TAG) in the... ... Dockerfile Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG ALPINE_TAG) in the doc... ... ker-bake.hcl Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- alpine/hotspot/Dockerfile | 2 +- docker-bake.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine/hotspot/Dockerfile b/alpine/hotspot/Dockerfile index 44adb735aa..d183cb3b3d 100644 --- a/alpine/hotspot/Dockerfile +++ b/alpine/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG ALPINE_TAG=3.20.2 +ARG ALPINE_TAG=3.20.3 FROM alpine:"${ALPINE_TAG}" AS jre-build diff --git a/docker-bake.hcl b/docker-bake.hcl index 33f80ecf07..f7a170cf7a 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -100,7 +100,7 @@ variable "COMMIT_SHA" { } variable "ALPINE_FULL_TAG" { - default = "3.20.2" + default = "3.20.3" } variable "ALPINE_SHORT_TAG" {