Skip to content

Commit a9a7772

Browse files
committed
Merge remote-tracking branch 'origin/master' into update-npm-dependencies
2 parents 5b74c06 + f7414dc commit a9a7772

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

e2e/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.7'
22
services:
33
e2e-electron:
4-
image: "cypress/included:15.7.1"
4+
image: "cypress/included:15.8.1"
55
working_dir: /e2e
66
command: "--browser electron --env host_mvc=mvc,host_webflux=webflux"
77
volumes:
@@ -10,7 +10,7 @@ services:
1010
- concerts
1111

1212
e2e-chrome:
13-
image: "cypress/included:15.7.1"
13+
image: "cypress/included:15.8.1"
1414
working_dir: /e2e
1515
command: "--browser chrome --env host_mvc=mvc,host_webflux=webflux"
1616
volumes:
@@ -19,7 +19,7 @@ services:
1919
- concerts
2020

2121
e2e-firefox:
22-
image: "cypress/included:15.7.1"
22+
image: "cypress/included:15.8.1"
2323
working_dir: /e2e
2424
command: "--browser firefox --env host_mvc=mvc,host_webflux=webflux"
2525
volumes:
@@ -28,7 +28,7 @@ services:
2828
- concerts
2929

3030
e2e-edge:
31-
image: "cypress/included:15.7.1"
31+
image: "cypress/included:15.8.1"
3232
working_dir: /e2e
3333
command: "--browser edge --env host_mvc=mvc,host_webflux=webflux"
3434
volumes:

0 commit comments

Comments
 (0)