Skip to content

Commit

Permalink
chore: update chromium to latest published version (#7252)
Browse files Browse the repository at this point in the history
* chore: update chromium to latest published version

* chore: update coupled puppeteer-core
  • Loading branch information
KenLSM authored Apr 8, 2024
1 parent f39398a commit 727a2ac
Show file tree
Hide file tree
Showing 4 changed files with 355 additions and 242 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.development
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apk update && apk upgrade && \
# https://github.com/puppeteer/puppeteer/blob/master/docs/troubleshooting.md#running-on-alpine
# https://www.npmjs.com/package/puppeteer-core?activeTab=versions for corresponding versions
# Compatible chromium versions can be found here https://pkgs.alpinelinux.org/packages?name=chromium&branch=v3.19&repo=&arch=&maintainer=
chromium=121.0.6167.85-r0 \
chromium=123.0.6312.105-r0 \
nss \
freetype \
freetype-dev \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ RUN mv /opt/formsg/dist/backend/shared /opt/formsg/

RUN apk add --no-cache \
# Compatible chromium versions can be found here https://pkgs.alpinelinux.org/packages?name=chromium&branch=v3.19&repo=&arch=&maintainer=
chromium=121.0.6167.85-r0 \
chromium=123.0.6312.105-r0 \
nss \
freetype \
freetype-dev \
Expand Down
Loading

0 comments on commit 727a2ac

Please sign in to comment.