Skip to content

Commit 7f768ab

Browse files
committed
Merge pull request #173 from plotly/sanity-browser-capabilities
Updating CI Python images
1 parent 933bef2 commit 7f768ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/dash-html-components/.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
python-2.7: &test-template
1414
docker:
15-
- image: circleci/python:2.7-stretch-node-browsers
15+
- image: circleci/python:2.7.18-stretch-node-browsers
1616
auth:
1717
username: dashautomation
1818
password: $DASH_PAT_DOCKERHUB
@@ -68,7 +68,7 @@ jobs:
6868
python-3.6:
6969
<<: *test-template
7070
docker:
71-
- image: circleci/python:3.6.9-stretch-node-browsers
71+
- image: circleci/python:3.6.12-stretch-node-browsers
7272
auth:
7373
username: dashautomation
7474
password: $DASH_PAT_DOCKERHUB
@@ -79,7 +79,7 @@ jobs:
7979
python-3.7:
8080
<<: *test-template
8181
docker:
82-
- image: circleci/python:3.7.6-stretch-node-browsers
82+
- image: circleci/python:3.7.9-stretch-node-browsers
8383
auth:
8484
username: dashautomation
8585
password: $DASH_PAT_DOCKERHUB

0 commit comments

Comments
 (0)