chore: update playwright to version 1.56.0 in configuration files

This commit is contained in:
Jason Cameron
2025-11-14 16:38:28 -08:00
parent 68fcc0c44f
commit 71bb9803ac
5 changed files with 15 additions and 15 deletions

View File

@@ -1,12 +1,12 @@
services:
playwright:
image: mcr.microsoft.com/playwright:v1.52.0-noble
image: mcr.microsoft.com/playwright:v1.56.0-noble
init: true
network_mode: service:workspace
command:
- /bin/sh
- -c
- npx -y playwright@1.52.0 run-server --port 9001 --host 0.0.0.0
- npx -y playwright@1.56.0 run-server --port 9001 --host 0.0.0.0
valkey:
image: valkey/valkey:8