Skip to content

Commit

Permalink
chore: upgrade playwright image
Browse files Browse the repository at this point in the history
  • Loading branch information
geisterfurz007 committed May 1, 2024
1 parent 0a40c1e commit f818e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ services:
- "typesense-data:/data"

playwright:
image: mcr.microsoft.com/playwright:v1.42.1-focal
image: mcr.microsoft.com/playwright:v1.43.1-focal
entrypoint: "/bin/bash"
command: "./wait-for-it.sh -t 30 --strict server:5000 -- ./install-and-run.sh"
working_dir: /e2e
Expand Down

0 comments on commit f818e6b

Please sign in to comment.