From 2f68dcbf70787cd68834c715fad788b99d8ed270 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 15:08:39 +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 ... kerfile Made with ❤️️ by updatecli --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 2598e1e8..21036e43 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -21,7 +21,7 @@ # SOFTWARE. ARG JAVA_VERSION=17.0.13_11 -ARG ALPINE_TAG=3.20.3 +ARG ALPINE_TAG=3.21.0 FROM alpine:"${ALPINE_TAG}" AS jre-build SHELL ["/bin/ash", "-eo", "pipefail", "-c"] From 6b0eba32afad4c09cfeab3af9d8dd0b89abffb7c Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 15:08:40 +0000 Subject: [PATCH 2/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 17979699..f694c189 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -56,7 +56,7 @@ variable "VERSION" { } variable "ALPINE_FULL_TAG" { - default = "3.20.3" + default = "3.21.0" } variable "ALPINE_SHORT_TAG" {