We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee8e8f commit 30bd0e0Copy full SHA for 30bd0e0
circle.yml
@@ -23,7 +23,7 @@ executors:
23
# the Docker image with Cypress dependencies and Chrome browser
24
cy-doc:
25
docker:
26
- - image: cypress/browsers:node12.0.0-chrome75
+ - image: cypress/browsers:node12.4.0-chrome76
27
environment:
28
PLATFORM: linux
29
scripts/run-docker-local.sh
@@ -2,7 +2,7 @@ set e+x
2
3
echo "This script should be run from cypress's root"
4
5
-name=cypress/browsers:node12.0.0-chrome75
+name=cypress/browsers:node12.4.0-chrome76
6
echo "Pulling CI container $name"
7
8
docker pull $name
0 commit comments