node12.8.1-chrome78-ff70

This commit is contained in:
Zach Bloomquist
2019-12-02 12:41:13 -05:00
parent 1cae916b6b
commit db2d521994
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ executors:
# the Docker image with Cypress dependencies and Chrome browser
cy-doc:
docker:
- image: cypress/browsers:node12.0.0-chrome73
- image: cypress/browsers:node12.8.1-chrome78-ff70
environment:
PLATFORM: linux

View File

@@ -2,7 +2,7 @@ set e+x
echo "This script should be run from cypress's root"
name=cypress/browsers:node12.0.0-chrome73
name=cypress/browsers:node12.8.1-chrome78-ff70
echo "Pulling CI container $name"
docker pull $name