Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions e2e/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
e2e-electron:
image: "cypress/included:15.7.1"
image: "cypress/included:15.8.1"
working_dir: /e2e
command: "--browser electron --env host_mvc=mvc,host_webflux=webflux"
volumes:
Expand All @@ -10,7 +10,7 @@ services:
- concerts

e2e-chrome:
image: "cypress/included:15.7.1"
image: "cypress/included:15.8.1"
working_dir: /e2e
command: "--browser chrome --env host_mvc=mvc,host_webflux=webflux"
volumes:
Expand All @@ -19,7 +19,7 @@ services:
- concerts

e2e-firefox:
image: "cypress/included:15.7.1"
image: "cypress/included:15.8.1"
working_dir: /e2e
command: "--browser firefox --env host_mvc=mvc,host_webflux=webflux"
volumes:
Expand All @@ -28,7 +28,7 @@ services:
- concerts

e2e-edge:
image: "cypress/included:15.7.1"
image: "cypress/included:15.8.1"
working_dir: /e2e
command: "--browser edge --env host_mvc=mvc,host_webflux=webflux"
volumes:
Expand Down