Skip to content

Commit

Permalink
[skip ci] Revert "Revert "Bump chromium version 114.0.5735""
Browse files Browse the repository at this point in the history
This reverts commit 968eb48.
  • Loading branch information
barthel committed Jul 5, 2023
1 parent 968eb48 commit c90a7a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD "true"
ENV puppeteer_skip_download "true"
# Puppeteer version and Chromium version are related
ARG puppeteer_version="19.7.5"
ENV PUPPETEER_CHROMIUM_REVISION "1125615"
ENV puppeteer_chromium_revision "1125615"
ENV PUPPETEER_CHROMIUM_REVISION "1145735"
ENV puppeteer_chromium_revision "1145735"
# 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 @@ -121,7 +121,7 @@ ENV puppeteer_chromium_revision "1125615"
# Most of the devel dependencies are required by canvas
RUN apk --no-cache add \
nodejs \
'chromium~=112.0.5615' \
'chromium~=114.0.5735' \
nss \
freetype \
harfbuzz \
Expand Down

0 comments on commit c90a7a6

Please sign in to comment.