From 5dd411c8c546e794cafb0f4b0d6cdb2f8205f5dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 02:28:55 +0000 Subject: [PATCH] Bump Alpine Linux Version to 3.19.1 (#360) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the value of the base image (ARG ALPINE_TAG) in the doc... ... ker-bake.hcl Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG ALPINE_TAG) in the Doc... ... kerfile Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Mark Waite --- alpine/Dockerfile | 2 +- docker-bake.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 \ diff --git a/docker-bake.hcl b/docker-bake.hcl index ee4e99f8..4bc448f3 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" {