Skip to content

Commit 6c2993a

Browse files
authored
Update development.md
1 parent b5c3dc3 commit 6c2993a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ If you want to generate the screenshots manually, do the following:
4646
npm run build
4747

4848
# unix
49-
docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.30.0-focal /bin/bash
49+
docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.51.1-focal /bin/bash
5050

5151
# windows - allow file sharing (windows pop up)
52-
docker run --rm --network host -v ${PWD}:/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.30.0-focal /bin/bash
52+
docker run --rm --network host -v ${PWD}:/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.51.1-focal /bin/bash
5353

5454
npm install
5555

0 commit comments

Comments
 (0)