From b6148b176d4b8666059e65a740a874874790f3d8 Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Thu, 2 Nov 2023 14:28:45 +0000 Subject: [PATCH] Update dependency alpine to v3.18.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 324ed45f..d79348f3 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.18.4 RUN addgroup -g 1000 asciidoctor && adduser -D -G asciidoctor -u 1000 asciidoctor