Skip to content

Commit 5e433fa

Browse files
Merge pull request #751 from jesperancinha/update-cypress-dependencies-and-containers
Update cypress dependencies and containers
2 parents fbbe067 + b733501 commit 5e433fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

e2e/docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
e2e-electron:
3-
image: "cypress/included:14.0.2"
3+
image: "cypress/included:14.0.3"
44
working_dir: /e2e
55
command: "--browser electron --env host=jofisaes-vma-nginx-lb"
66
volumes:
@@ -9,7 +9,7 @@ services:
99
- vma_net
1010

1111
e2e-chrome:
12-
image: "cypress/included:14.0.2"
12+
image: "cypress/included:14.0.3"
1313
working_dir: /e2e
1414
command: "--browser chrome --env host=jofisaes-vma-nginx-lb"
1515
volumes:
@@ -18,7 +18,7 @@ services:
1818
- vma_net
1919

2020
e2e-firefox:
21-
image: "cypress/included:14.0.2"
21+
image: "cypress/included:14.0.3"
2222
working_dir: /e2e
2323
command: "--browser firefox --env host=jofisaes-vma-nginx-lb"
2424
volumes:
@@ -27,7 +27,7 @@ services:
2727
- vma_net
2828

2929
e2e-edge:
30-
image: "cypress/included:14.0.2"
30+
image: "cypress/included:14.0.3"
3131
working_dir: /e2e
3232
command: "--browser edge --env host=jofisaes-vma-nginx-lb"
3333
volumes:

0 commit comments

Comments
 (0)