Skip to content

Commit 4f7901e

Browse files
committed
chore: upgrade subdependencies
1 parent 6b4cb99 commit 4f7901e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.12.2-slim as dev
1+
FROM node:20.16.0-slim as dev
22

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

0 commit comments

Comments
 (0)