Skip to content

Commit

Permalink
Update ghcr.io/puppeteer/puppeteer Docker tag to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2025
1 parent 08f9bd7 commit 78dc2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /app
COPY package.json package-lock.json ./
RUN npm ci --omit=dev

FROM ghcr.io/puppeteer/puppeteer:22.12.1
FROM ghcr.io/puppeteer/puppeteer:24.2.0
ENV NODE_ENV=production

USER root
Expand Down

0 comments on commit 78dc2ad

Please sign in to comment.