Skip to content

Commit

Permalink
chore: update chromium and puppeteer versions to be compatible with a…
Browse files Browse the repository at this point in the history
…lpine3.18
  • Loading branch information
sebastianwzq committed Sep 15, 2023
1 parent ea81f31 commit d95ec48
Show file tree
Hide file tree
Showing 4 changed files with 957 additions and 505 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.development
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apk update && apk upgrade && \
# that is guaranteed to work. Upgrades must be done in lockstep.
# 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
chromium=102.0.5005.182-r0 \
chromium=115.0.5790.170-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 @@ -81,7 +81,7 @@ RUN mv /opt/formsg/dist/backend/shared /opt/formsg/
# https://www.npmjs.com/package/puppeteer-core?activeTab=versions for corresponding versions

RUN apk add --no-cache \
chromium=102.0.5005.182-r0 \
chromium=115.0.5790.170-r0 \
nss \
freetype \
freetype-dev \
Expand Down
Loading

0 comments on commit d95ec48

Please sign in to comment.