Skip to content

Commit e14d6b3

Browse files
chore: update all non-major dependencies
1 parent b59e1e6 commit e14d6b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# MCP-Compliant Playwright Server (TypeScript Implementation)
33

44
# Base stage with Playwright and Node.js
5-
FROM mcr.microsoft.com/playwright:v1.56.1-jammy AS app-base
5+
FROM mcr.microsoft.com/playwright:v1.57.0-jammy AS app-base
66

77
# Install Node.js, npm, and essential tools using meta-packages
88
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)