Skip to content

Commit

Permalink
Bump chromium version
Browse files Browse the repository at this point in the history
  • Loading branch information
claabs committed Dec 9, 2024
1 parent d97dd6f commit 4d0fc20
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM base AS deps
# and note the Chromium version available. Then go to https://pptr.dev/chromium-support
# and find the latest version that supports that Chromium version, and update it in the package.json.
RUN apk add --no-cache \
'chromium=~130' \
'chromium=~131' \
ca-certificates \
ttf-freefont \
# App dependencies
Expand Down
74 changes: 37 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"pino": "^8.19.0",
"pino-pretty": "^10.3.1",
"ps-list": "^8.1.1",
"puppeteer": "23.6",
"puppeteer": "23.10",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"reflect-metadata": "^0.2.1",
Expand Down

0 comments on commit 4d0fc20

Please sign in to comment.