From 29979eb3687905d62e323d6ff52faf6e4ef060c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 18:51:11 +0000 Subject: [PATCH] Update alpine Docker tag to v3.20.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0179ed9..03f6224 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:labs -FROM --platform="$BUILDPLATFORM" alpine:3.19.1 as build +FROM --platform="$BUILDPLATFORM" alpine:3.20.0 as build SHELL ["/bin/ash", "-eo", "pipefail", "-c"] ARG PT_VERSION=v6.1.0 \ TARGETARCH @@ -30,7 +30,7 @@ RUN apk upgrade --no-cache -a && \ clean-modules --yes && \ yarn cache clean --all -FROM alpine:3.19.1 +FROM alpine:3.20.0 COPY --chown=1000:1000 --from=build /app /app WORKDIR /app