diff --git a/docker-compose.e2e.yml b/docker-compose.e2e.yml index b6fa9909..14610cf2 100644 --- a/docker-compose.e2e.yml +++ b/docker-compose.e2e.yml @@ -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