We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f9e47 commit c651c4cCopy full SHA for c651c4c
Dockerfile
@@ -9,7 +9,7 @@ WORKDIR /app
9
COPY package.json package-lock.json ./
10
RUN npm ci --omit=dev
11
12
-FROM node:20.15.0-slim
+FROM ghcr.io/puppeteer/puppeteer:22.12.1
13
ENV NODE_ENV=production
14
15
# Set working directory
0 commit comments