diff --git a/e2e/docker-compose.yml b/e2e/docker-compose.yml index 966f3bc..3e9d034 100644 --- a/e2e/docker-compose.yml +++ b/e2e/docker-compose.yml @@ -1,6 +1,6 @@ services: e2e-electron: - image: "cypress/included:13.15.1" + image: "cypress/included:13.15.2" working_dir: /e2e command: "--browser electron --env host=jofisaes-vma-nginx-lb" volumes: @@ -9,7 +9,7 @@ services: - vma_net e2e-chrome: - image: "cypress/included:13.15.1" + image: "cypress/included:13.15.2" working_dir: /e2e command: "--browser chrome --env host=jofisaes-vma-nginx-lb" volumes: @@ -18,7 +18,7 @@ services: - vma_net e2e-firefox: - image: "cypress/included:13.15.1" + image: "cypress/included:13.15.2" working_dir: /e2e command: "--browser firefox --env host=jofisaes-vma-nginx-lb" volumes: @@ -27,7 +27,7 @@ services: - vma_net e2e-edge: - image: "cypress/included:13.15.1" + image: "cypress/included:13.15.2" working_dir: /e2e command: "--browser edge --env host=jofisaes-vma-nginx-lb" volumes: