Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #173 from plotly/sanity-browser-capabilities
Browse files Browse the repository at this point in the history
Updating CI Python images
  • Loading branch information
alexcjohnson committed Jan 30, 2021
2 parents 1148b6d + 53d31ee commit b993cd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

python-2.7: &test-template
docker:
- image: circleci/python:2.7-stretch-node-browsers
- image: circleci/python:2.7.18-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
python-3.6:
<<: *test-template
docker:
- image: circleci/python:3.6.9-stretch-node-browsers
- image: circleci/python:3.6.12-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
Expand All @@ -79,7 +79,7 @@ jobs:
python-3.7:
<<: *test-template
docker:
- image: circleci/python:3.7.6-stretch-node-browsers
- image: circleci/python:3.7.9-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
Expand Down

0 comments on commit b993cd5

Please sign in to comment.