Upgrade Playwright version to 1.57.0

This commit is contained in:
Classic298 2025-12-09 20:36:41 +01:00 committed by GitHub
parent ff698be30c
commit cb769bc7af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,8 @@
services: services:
playwright: playwright:
image: mcr.microsoft.com/playwright:v1.56.0-noble # Version must match requirements.txt image: mcr.microsoft.com/playwright:v1.57.0-noble # Version must match requirements.txt
container_name: playwright container_name: playwright
command: npx -y playwright@1.56.0 run-server --port 3000 --host 0.0.0.0 command: npx -y playwright@1.57.0 run-server --port 3000 --host 0.0.0.0
open-webui: open-webui:
environment: environment: