Skip to content

Commit

Permalink
Update ghcr.io/puppeteer/puppeteer Docker tag to v23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 9ec8cd1 commit 8a1945b
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:23.7.0
ENV NODE_ENV=production

USER root
Expand Down

0 comments on commit 8a1945b

Please sign in to comment.