Skip to content

Commit

Permalink
Fix playwright image
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarendorff committed Aug 24, 2024
1 parent f2104dd commit 9c4f57b
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 @@ -71,7 +71,7 @@ services:
- "typesense-data:/data"

playwright:
image: mcr.microsoft.com/playwright:v1.45.0-focal
image: mcr.microsoft.com/playwright:v1.46.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 9c4f57b

Please sign in to comment.