update docker version

This commit is contained in:
Matthias Hochmeister
2026-04-16 16:18:03 +02:00
parent dfcdd44aa4
commit 1c071c7768

View File

@@ -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