diff --git a/e2e/docker-compose.yml b/e2e/docker-compose.yml index b0ca9f9..58a5efa 100644 --- a/e2e/docker-compose.yml +++ b/e2e/docker-compose.yml @@ -1,28 +1,28 @@ version: '3.7' services: e2e-electron: - image: "cypress/included:14.0.0" + image: "cypress/included:14.0.1" working_dir: /e2e command: "--browser electron --env host.command=command,host.query=query" volumes: - ./e2e:/e2e e2e-chrome: - image: "cypress/included:14.0.0" + image: "cypress/included:14.0.1" working_dir: /e2e command: "--browser chrome --env host.command=command,host.query=query" volumes: - ./e2e:/e2e e2e-firefox: - image: "cypress/included:14.0.0" + image: "cypress/included:14.0.1" working_dir: /e2e command: "--browser firefox --env host.command=command,host.query=query" volumes: - ./e2e:/e2e e2e-edge: - image: "cypress/included:14.0.0" + image: "cypress/included:14.0.1" working_dir: /e2e command: "--browser edge --env host.command=command,host.query=query" volumes: