chore(deps): bump playwright from 1.49.0 to 1.58.2 (#873)

Update @playwright/test and Docker base image together to fix
CI failures caused by mismatched browser versions.

Closes #864

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Bowl42
2026-03-06 12:40:44 +08:00
committed by GitHub
parent 13426b2fbd
commit e81d46262d
3 changed files with 14 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
# Keep this version in sync with @playwright/test in package.json
FROM mcr.microsoft.com/playwright:v1.49.0-noble
FROM mcr.microsoft.com/playwright:v1.58.2-noble
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*