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 cdd73b4

Browse files
authoredApr 1, 2025
Update ghcr.io/puppeteer/puppeteer Docker tag to v24
1 parent 08f9bd7 commit cdd73b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
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:24.5.0
1313
ENV NODE_ENV=production
1414

1515
USER root

0 commit comments

Comments
 (0)
Please sign in to comment.