Skip to content

Commit

Permalink
Merge pull request #871 from KnpLabs/chore/upgrade-subdependencies
Browse files Browse the repository at this point in the history
chore: upgrade subdependencies
  • Loading branch information
lcouellan authored Aug 8, 2024
2 parents 6b4cb99 + 4f7901e commit 9eaa55a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.12.2-slim as dev
FROM node:20.16.0-slim as dev

# Install latest chrome dev package and fonts to support major charsets (Chinese, Japanese, Arabic, Hebrew, Thai and a few others)
# Note: this installs the necessary libs to make the bundled version of Chromium that Puppeteer
Expand All @@ -13,7 +13,7 @@ RUN apt-get update \
&& apt-get update \
&& apt-get install -y \
procps=2:4.0.2-3 \
google-chrome-stable=126.* \
google-chrome-stable=127.* \
fonts-ipafont-gothic=00303-23 \
fonts-wqy-zenhei=0.9.45-8 \
fonts-thai-tlwg=1:0.7.3-1 \
Expand Down

0 comments on commit 9eaa55a

Please sign in to comment.