From 00f6d0167e4437758f4592f5d6f20e62b64d36ee Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Fri, 21 Jun 2024 02:16:40 +0000 Subject: [PATCH] Update dependency alpine to v3.20.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 324ed45f..87e6da75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1 npm ci RUN /usr/local/bin/pkg bin/asciidoctor-web-pdf --config package.json --targets ${NODE}-${PLATFORM}-$([ "$TARGETARCH" == "amd64" ] && echo "x64" || echo "$TARGETARCH") -o app.bin # Create the image -FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.16.2 +FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.20.1 RUN addgroup -g 1000 asciidoctor && adduser -D -G asciidoctor -u 1000 asciidoctor