Skip to content

Commit

Permalink
chore: update playwright docker image to 1.44.1
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasbouttell-camunda authored and Skaiir committed Jun 16, 2024
1 parent b085cab commit a8ec80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"test:visual": "playwright test visual",
"build:e2e": "vite build",
"start:visual-preview": "vite preview --port 8080 --logLevel silent &",
"start:container": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.43.1 /bin/bash"
"start:container": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.44.1 /bin/bash"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a8ec80c

Please sign in to comment.