Skip to content

Commit

Permalink
build: use `node:18.20-alpine3.19 in Docker
Browse files Browse the repository at this point in the history
Chromium 128.0.6613.84-r0 (used in Alpine 3.20) seems to be having
issues with puppeteer/mermaid-cli, so we can't use it yet.

See: 294af9f
Fixes: #762
  • Loading branch information
aloisklink committed Nov 1, 2024
1 parent f4c7218 commit 4909de5
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
@@ -1,4 +1,4 @@
FROM node:alpine
FROM node:18.20-alpine3.19

ENV CHROME_BIN="/usr/bin/chromium-browser" \
PUPPETEER_SKIP_DOWNLOAD="true"
Expand Down

0 comments on commit 4909de5

Please sign in to comment.