Skip to content

Commit

Permalink
Use Alpine 3.9 (with Chrome 72)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Apr 25, 2019
1 parent 4580a4b commit 8ac4d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mermaid/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1 npm ci
RUN /usr/local/bin/pkg --targets ${NODE}-${PLATFORM}-${ARCH} . -o app.bin

# Create the image
FROM alpine:3.8
FROM alpine:3.9

COPY --from=builder /app/app.bin /node/bin/mermaid
COPY assets /app/assets
Expand Down

0 comments on commit 8ac4d26

Please sign in to comment.