chore: align docker cypress image version with drone

This commit is contained in:
Dominik Pschenitschni 2022-08-14 11:59:20 +02:00
parent 96f5f00c07
commit 2445f0eec8
Signed by untrusted user: dpschen
GPG Key ID: B257AC0149F43A77
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ steps:
- dependencies - dependencies
- name: test-frontend - name: test-frontend
image: cypress/browsers:node16.5.0-chrome94-ff93 image: cypress/browsers:node16.14.0-chrome99-ff97
pull: true pull: true
environment: environment:
CYPRESS_API_URL: http://api:3456/api/v1 CYPRESS_API_URL: http://api:3456/api/v1

View File

@ -9,7 +9,7 @@ services:
ports: ports:
- 3456:3456 - 3456:3456
cypress: cypress:
image: cypress/browsers:node12.18.3-chrome87-ff82 image: cypress/browsers:node16.14.0-chrome99-ff97
volumes: volumes:
- ..:/project - ..:/project
- $HOME/.cache:/home/node/.cache/ - $HOME/.cache:/home/node/.cache/