fix: Update Playwright to v1.50.0 (match Docker image version)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
ValueOn AG 2026-02-15 00:19:43 +01:00
parent 363c9df08e
commit 20f0fd4a4a
2 changed files with 3 additions and 3 deletions

View file

@ -16,8 +16,8 @@ COPY src ./src
# Build
RUN npm run build
# Production stage
FROM mcr.microsoft.com/playwright:v1.41.0-jammy
# Production stage - must match playwright version in package.json
FROM mcr.microsoft.com/playwright:v1.50.0-jammy
WORKDIR /app

View file

@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"playwright": "^1.41.0",
"playwright": "1.50.0",
"ws": "^8.16.0",
"uuid": "^9.0.1",
"dotenv": "^16.4.1",