Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into update-npm-dependen…
Browse files Browse the repository at this point in the history
…cies
  • Loading branch information
jesperancinha committed Feb 2, 2025
2 parents b9b4ec9 + e0e4d57 commit 27954ca
Showing 1 changed file with 4 additions and 4 deletions.
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:14.0.0"
image: "cypress/included:14.0.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:14.0.0"
image: "cypress/included:14.0.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:14.0.0"
image: "cypress/included:14.0.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:14.0.0"
image: "cypress/included:14.0.1"
working_dir: /e2e
command: "--browser edge --env host_mvc=mvc,host_webflux=webflux"
volumes:
Expand Down

0 comments on commit 27954ca

Please sign in to comment.