Skip to content

Commit

Permalink
fix: upgrade CircleCI Cypress image to 12.22.8 (aws-amplify#9744)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mcafee authored Mar 28, 2022
1 parent 4ce84c7 commit d9e09cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 2.1
executors:
build-executor:
docker:
- image: cypress/base:12
- image: cypress/base:12.22.8
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_ACCESS_TOKEN
Expand All @@ -15,7 +15,7 @@ executors:

unit-test-executor:
docker:
- image: cypress/base:12
- image: cypress/base:12.22.8
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_ACCESS_TOKEN
Expand Down

0 comments on commit d9e09cc

Please sign in to comment.