diff --git a/circle.yml b/circle.yml index 951cfab046bd..3af695a15b69 100644 --- a/circle.yml +++ b/circle.yml @@ -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 diff --git a/scripts/run-docker-local.sh b/scripts/run-docker-local.sh index 71e5e7ff3aa3..aa5584f80b43 100755 --- a/scripts/run-docker-local.sh +++ b/scripts/run-docker-local.sh @@ -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