From f9adc4227554f487fe6b2f3d34d48308e3ef88c3 Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Tue, 23 Jul 2024 02:18:32 +0000 Subject: [PATCH] Update dependency alpine to v3.20.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 324ed45f..624694de 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.2 RUN addgroup -g 1000 asciidoctor && adduser -D -G asciidoctor -u 1000 asciidoctor