From cfe27ddedba20d2d323ff45a15cf1ff6463ed9bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 00:29:46 +0000 Subject: [PATCH] Update alpine Docker tag to v3.20.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 36a5b4a..9a46325 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN apk upgrade --no-cache -a && \ fi && \ yarn cache clean --all && \ clean-modules --yes -FROM alpine:3.20.1 AS strip +FROM alpine:3.20.2 AS strip COPY --from=build /app /app RUN apk upgrade --no-cache -a && \ apk add --no-cache ca-certificates binutils file && \