We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933bef2 commit 7f768abCopy full SHA for 7f768ab
packages/dash-html-components/.circleci/config.yml
@@ -12,7 +12,7 @@ jobs:
12
13
python-2.7: &test-template
14
docker:
15
- - image: circleci/python:2.7-stretch-node-browsers
+ - image: circleci/python:2.7.18-stretch-node-browsers
16
auth:
17
username: dashautomation
18
password: $DASH_PAT_DOCKERHUB
@@ -68,7 +68,7 @@ jobs:
68
python-3.6:
69
<<: *test-template
70
71
- - image: circleci/python:3.6.9-stretch-node-browsers
+ - image: circleci/python:3.6.12-stretch-node-browsers
72
73
74
@@ -79,7 +79,7 @@ jobs:
79
python-3.7:
80
81
82
- - image: circleci/python:3.7.6-stretch-node-browsers
+ - image: circleci/python:3.7.9-stretch-node-browsers
83
84
85
0 commit comments