Skip to content

Commit

Permalink
Update dependency alpine to v3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Dec 1, 2022
1 parent c613be3 commit 1f1a286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.17.0

RUN addgroup -g 1000 asciidoctor && adduser -D -G asciidoctor -u 1000 asciidoctor

Expand Down

0 comments on commit 1f1a286

Please sign in to comment.