From 1c071c776856dfdeea7642c7315a3d3c8b4de884 Mon Sep 17 00:00:00 2001 From: Matthias Hochmeister Date: Thu, 16 Apr 2026 16:18:03 +0200 Subject: [PATCH] update docker version --- sync/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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