Skip to content

Commit c651c4c

Browse files
committed
Replace secondary node image with puppeteer
1 parent d8f9e47 commit c651c4c

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 node:20.15.0-slim
12+
FROM ghcr.io/puppeteer/puppeteer:22.12.1
1313
ENV NODE_ENV=production
1414

1515
# Set working directory

0 commit comments

Comments
 (0)