Skip to content

Commit

Permalink
Downgrade chromium version to 124.0.6367.78-r0 for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
barthel committed Jun 7, 2024
1 parent 4e23489 commit 76269e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD "true"
ENV puppeteer_skip_download "true"
# Puppeteer version and Chromium version are related
ARG puppeteer_version="19.7.5"
# Chromium version 125.0.6422.112-r0
ENV PUPPETEER_CHROMIUM_REVISION "1256422"
ENV puppeteer_chromium_revision "1256422"
# Chromium version 124.0.6367.78-r0
ENV PUPPETEER_CHROMIUM_REVISION "1246367"
ENV puppeteer_chromium_revision "1246367"
# ENV CHROMIUM_PATH "$(which chromium-browser)" # will be exported by entrypoint.sh
# @see: https://github.com/nodejs/docker-node/issues/1794
# @see: https://github.com/nodejs/docker-node/issues/1798
Expand All @@ -115,7 +115,7 @@ ENV puppeteer_chromium_revision "1256422"
# Most of the devel dependencies are required by canvas
RUN apk --no-cache add \
nodejs \
'chromium~=125.0.6422' \
'chromium~=124.0.6367' \
nss \
freetype \
harfbuzz \
Expand Down

0 comments on commit 76269e1

Please sign in to comment.