feat: update playwright 1.61.0-noble

This commit is contained in:
arch3rPro
2026-06-16 03:41:52 +08:00
parent 31b56cbdb2
commit ff3fecee45
7 changed files with 3 additions and 3 deletions
@@ -1,6 +1,6 @@
services:
playwright-init:
image: mcr.microsoft.com/playwright:v1.60.0-noble
image: mcr.microsoft.com/playwright:v1.61.0-noble
user: "root"
volumes:
- ./data:/home/pwuser/app
@@ -14,7 +14,7 @@ services:
"
restart: "no"
playwright:
image: mcr.microsoft.com/playwright:v1.60.0-noble
image: mcr.microsoft.com/playwright:v1.61.0-noble
container_name: ${CONTAINER_NAME}
restart: always
networks: