Skip to content

Commit

Permalink
node12.8.1-chrome78-ff70
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Dec 2, 2019
1 parent 1cae916 commit db2d521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion scripts/run-docker-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db2d521

Please sign in to comment.