We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3699861 commit 66f9f24Copy full SHA for 66f9f24
Dockerfile
@@ -9,7 +9,7 @@ WORKDIR /app
9
COPY package.json package-lock.json ./
10
RUN npm ci --omit=dev
11
12
-FROM ghcr.io/puppeteer/puppeteer:22.12.1
+FROM ghcr.io/puppeteer/puppeteer:23.10.1
13
ENV NODE_ENV=production
14
15
USER root
0 commit comments