diff --git a/README.md b/README.md
index 656dc2f..779829d 100644
--- a/README.md
+++ b/README.md
@@ -967,7 +967,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🎭 提供浏览器自动化功能的 MCP 服务器
-0.0.76 • [官网链接](https://github.com/microsoft/playwright-mcp)
+1.61.0-noble • [官网链接](https://github.com/microsoft/playwright-mcp)
diff --git a/apps/playwright/1.60.0-noble/config/package.json b/apps/playwright/1.61.0-noble/config/package.json
similarity index 100%
rename from apps/playwright/1.60.0-noble/config/package.json
rename to apps/playwright/1.61.0-noble/config/package.json
diff --git a/apps/playwright/1.60.0-noble/config/playwright.config.ts b/apps/playwright/1.61.0-noble/config/playwright.config.ts
similarity index 100%
rename from apps/playwright/1.60.0-noble/config/playwright.config.ts
rename to apps/playwright/1.61.0-noble/config/playwright.config.ts
diff --git a/apps/playwright/1.60.0-noble/config/server.js b/apps/playwright/1.61.0-noble/config/server.js
similarity index 100%
rename from apps/playwright/1.60.0-noble/config/server.js
rename to apps/playwright/1.61.0-noble/config/server.js
diff --git a/apps/playwright/1.60.0-noble/config/start.sh b/apps/playwright/1.61.0-noble/config/start.sh
similarity index 100%
rename from apps/playwright/1.60.0-noble/config/start.sh
rename to apps/playwright/1.61.0-noble/config/start.sh
diff --git a/apps/playwright/1.60.0-noble/data.yml b/apps/playwright/1.61.0-noble/data.yml
similarity index 100%
rename from apps/playwright/1.60.0-noble/data.yml
rename to apps/playwright/1.61.0-noble/data.yml
diff --git a/apps/playwright/1.60.0-noble/docker-compose.yml b/apps/playwright/1.61.0-noble/docker-compose.yml
similarity index 91%
rename from apps/playwright/1.60.0-noble/docker-compose.yml
rename to apps/playwright/1.61.0-noble/docker-compose.yml
index 9234ffc..c295aa1 100644
--- a/apps/playwright/1.60.0-noble/docker-compose.yml
+++ b/apps/playwright/1.61.0-noble/docker-compose.yml
@@ -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:
|