From c5550458c419f90bf7032fe8f2d398baf0497981 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 02:23:57 +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 963095e5..4b6db16d 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -21,7 +21,7 @@ # SOFTWARE. ARG JAVA_VERSION=17.0.12_7 -ARG ALPINE_TAG=3.20.2 +ARG ALPINE_TAG=3.20.3 FROM alpine:"${ALPINE_TAG}" AS jre-build SHELL ["/bin/ash", "-eo", "pipefail", "-c"] From e698fc4ef06f5ccc581c0f6f0500cbc853d55d5c Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 02:23:58 +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 95d9cbc1..6ff4ebeb 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -57,7 +57,7 @@ variable "VERSION" { } variable "ALPINE_FULL_TAG" { - default = "3.20.2" + default = "3.20.3" } variable "ALPINE_SHORT_TAG" {