From 5d1e1f2ae5ad8c7ee6ad8b17d64daf2eeaa8d62a Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 02:08:18 +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 683c67c1..89538aa1 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -56,7 +56,7 @@ variable "VERSION" { } variable "ALPINE_FULL_TAG" { - default = "3.19.0" + default = "3.19.1" } variable "ALPINE_SHORT_TAG" { From 7cc2f16cae774aec464b14913d5e6ec9d67f6aad Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 02:08:19 +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 ... kerfile Made with ❤️️ by updatecli --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index ea7e3e54..1039f698 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -21,7 +21,7 @@ # SOFTWARE. ARG JAVA_VERSION=17.0.8.1_1 -ARG ALPINE_TAG=3.19.0 +ARG ALPINE_TAG=3.19.1 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-alpine AS jre-build RUN if [ "$TARGETPLATFORM" != 'linux/arm/v7' ]; then \