diff --git a/sync/Dockerfile b/sync/Dockerfile index 1869b05..d1e84fa 100644 --- a/sync/Dockerfile +++ b/sync/Dockerfile @@ -9,7 +9,7 @@ COPY src ./src RUN npm run build && npm prune --production # 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 RUN npx playwright install chromium --with-deps COPY --from=builder /app/node_modules ./node_modules