Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ggrossetie/asciidoctor-web-pdf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2434633cb6901e2c345cb633afd176e2444c302f
Choose a base ref
..
head repository: ggrossetie/asciidoctor-web-pdf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7c7ad0a8f0ba2d8b1dc93943fa6b091bad1292be
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 Dockerfile
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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.21.0
FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.21.2

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