mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
Upgrade Playwright version to 1.57.0
This commit is contained in:
parent
ff698be30c
commit
cb769bc7af
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
services:
|
||||
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
|
||||
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:
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue