13
13
14
14
artifacts :
15
15
docker :
16
- - image : circleci/python:3.7.6 -stretch-node-browsers
16
+ - image : circleci/python:3.7.9 -stretch-node-browsers
17
17
auth :
18
18
username : dashautomation
19
19
password : $DASH_PAT_DOCKERHUB
33
33
lint-unit-37 : &lint-unit
34
34
working_directory : ~/dash
35
35
docker :
36
- - image : circleci/python:3.7.6 -stretch-node-browsers
36
+ - image : circleci/python:3.7.9 -stretch-node-browsers
37
37
auth :
38
38
username : dashautomation
39
39
password : $DASH_PAT_DOCKERHUB
73
73
lint-unit-36 :
74
74
<< : *lint-unit
75
75
docker :
76
- - image : circleci/python:3.6.9 -stretch-node-browsers
76
+ - image : circleci/python:3.6.12 -stretch-node-browsers
77
77
auth :
78
78
username : dashautomation
79
79
password : $DASH_PAT_DOCKERHUB
95
95
build-core-37 : &build-core
96
96
working_directory : ~/dash
97
97
docker :
98
- - image : circleci/python:3.7.6 -stretch-node-browsers
98
+ - image : circleci/python:3.7.9 -stretch-node-browsers
99
99
auth :
100
100
username : dashautomation
101
101
password : $DASH_PAT_DOCKERHUB
@@ -133,7 +133,7 @@ jobs:
133
133
build-core-36 :
134
134
<< : *build-core
135
135
docker :
136
- - image : circleci/python:3.6.9 -stretch-node-browsers
136
+ - image : circleci/python:3.6.12 -stretch-node-browsers
137
137
auth :
138
138
username : dashautomation
139
139
password : $DASH_PAT_DOCKERHUB
@@ -153,7 +153,7 @@ jobs:
153
153
build-misc-37 : &build-misc
154
154
working_directory : ~/dash
155
155
docker :
156
- - image : circleci/python:3.7.6 -stretch-node-browsers
156
+ - image : circleci/python:3.7.9 -stretch-node-browsers
157
157
auth :
158
158
username : dashautomation
159
159
password : $DASH_PAT_DOCKERHUB
@@ -192,7 +192,7 @@ jobs:
192
192
build-misc-36 :
193
193
<< : *build-misc
194
194
docker :
195
- - image : circleci/python:3.6.9 -stretch-node-browsers
195
+ - image : circleci/python:3.6.12 -stretch-node-browsers
196
196
auth :
197
197
username : dashautomation
198
198
password : $DASH_PAT_DOCKERHUB
@@ -341,7 +341,7 @@ jobs:
341
341
test-37 : &test
342
342
working_directory : ~/dash
343
343
docker :
344
- - image : circleci/python:3.7.6 -stretch-node-browsers
344
+ - image : circleci/python:3.7.9 -stretch-node-browsers
345
345
auth :
346
346
username : dashautomation
347
347
password : $DASH_PAT_DOCKERHUB
@@ -386,7 +386,7 @@ jobs:
386
386
test-36 :
387
387
<< : *test
388
388
docker :
389
- - image : circleci/python:3.6.9 -stretch-node-browsers
389
+ - image : circleci/python:3.6.12 -stretch-node-browsers
390
390
auth :
391
391
username : dashautomation
392
392
password : $DASH_PAT_DOCKERHUB
0 commit comments