diff --git a/docker-compose.e2e.yml b/docker-compose.e2e.yml index d02cbdbe..64ae8de7 100644 --- a/docker-compose.e2e.yml +++ b/docker-compose.e2e.yml @@ -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