Skip to content

Commit 306aa38

Browse files
committed
5740: Upgraded playwright service to match npm version
1 parent 4cc3534 commit 306aa38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.override.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
playwright:
33
# https://playwright.dev/docs/docker
44
# This Playwright version should match the one in `package.json`.
5-
image: mcr.microsoft.com/playwright:v1.44.1
5+
image: mcr.microsoft.com/playwright:v1.57.0
66
networks:
77
- app
88
depends_on:

0 commit comments

Comments
 (0)