Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3fcee20

Browse files
authoredSep 16, 2024··
Update ghcr.io/puppeteer/puppeteer Docker tag to v23
1 parent 74aa923 commit 3fcee20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /app
99
COPY package.json package-lock.json ./
1010
RUN npm ci --omit=dev
1111

12-
FROM ghcr.io/puppeteer/puppeteer:22.12.1
12+
FROM ghcr.io/puppeteer/puppeteer:23.3.1
1313
ENV NODE_ENV=production
1414

1515
USER root

0 commit comments

Comments
 (0)
Please sign in to comment.