update docker version
This commit is contained in:
@@ -9,7 +9,7 @@ COPY src ./src
|
|||||||
RUN npm run build && npm prune --production
|
RUN npm run build && npm prune --production
|
||||||
|
|
||||||
# Stage 2: runtime with Playwright
|
# Stage 2: runtime with Playwright
|
||||||
FROM mcr.microsoft.com/playwright:v1.47.0-jammy
|
FROM mcr.microsoft.com/playwright:v1.59.1-jammy
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN npx playwright install chromium --with-deps
|
RUN npx playwright install chromium --with-deps
|
||||||
COPY --from=builder /app/node_modules ./node_modules
|
COPY --from=builder /app/node_modules ./node_modules
|
||||||
|
|||||||
Reference in New Issue
Block a user