12
12
lint-unit-37 : &lint-unit
13
13
working_directory : ~/project
14
14
docker :
15
- - image : circleci/python:3.7.6 -stretch-node-browsers
15
+ - image : circleci/python:3.7.9 -stretch-node-browsers
16
16
auth :
17
17
username : dashautomation
18
18
password : $DASH_PAT_DOCKERHUB
50
50
lint-unit-36 :
51
51
<< : *lint-unit
52
52
docker :
53
- - image : circleci/python:3.6.9 -stretch-node-browsers
53
+ - image : circleci/python:3.6.12 -stretch-node-browsers
54
54
auth :
55
55
username : dashautomation
56
56
password : $DASH_PAT_DOCKERHUB
60
60
lint-unit-27 :
61
61
<< : *lint-unit
62
62
docker :
63
- - image : circleci/python:2.7-stretch-node-browsers
63
+ - image : circleci/python:2.7.18 -stretch-node-browsers
64
64
auth :
65
65
username : dashautomation
66
66
password : $DASH_PAT_DOCKERHUB
70
70
build-dash-37 : &build-dash
71
71
working_directory : ~/project
72
72
docker :
73
- - image : circleci/python:3.7.6 -stretch-node-browsers
73
+ - image : circleci/python:3.7.9 -stretch-node-browsers
74
74
auth :
75
75
username : dashautomation
76
76
password : $DASH_PAT_DOCKERHUB
@@ -116,7 +116,7 @@ jobs:
116
116
build-dash-36 :
117
117
<< : *build-dash
118
118
docker :
119
- - image : circleci/python:3.6.9 -stretch-node-browsers
119
+ - image : circleci/python:3.6.12 -stretch-node-browsers
120
120
auth :
121
121
username : dashautomation
122
122
password : $DASH_PAT_DOCKERHUB
@@ -126,7 +126,7 @@ jobs:
126
126
build-dash-27 :
127
127
<< : *build-dash
128
128
docker :
129
- - image : circleci/python:2.7-stretch-node-browsers
129
+ - image : circleci/python:2.7.18 -stretch-node-browsers
130
130
auth :
131
131
username : dashautomation
132
132
password : $DASH_PAT_DOCKERHUB
@@ -136,7 +136,7 @@ jobs:
136
136
test-37 : &test
137
137
working_directory : ~/project
138
138
docker :
139
- - image : circleci/python:3.7.6 -stretch-node-browsers
139
+ - image : circleci/python:3.7.9 -stretch-node-browsers
140
140
auth :
141
141
username : dashautomation
142
142
password : $DASH_PAT_DOCKERHUB
@@ -172,7 +172,7 @@ jobs:
172
172
test-36 :
173
173
<< : *test
174
174
docker :
175
- - image : circleci/python:3.6.9 -stretch-node-browsers
175
+ - image : circleci/python:3.6.12 -stretch-node-browsers
176
176
auth :
177
177
username : dashautomation
178
178
password : $DASH_PAT_DOCKERHUB
@@ -183,7 +183,7 @@ jobs:
183
183
test-27 :
184
184
<< : *test
185
185
docker :
186
- - image : circleci/python:2.7-stretch-node-browsers
186
+ - image : circleci/python:2.7.18 -stretch-node-browsers
187
187
auth :
188
188
username : dashautomation
189
189
password : $DASH_PAT_DOCKERHUB
@@ -194,7 +194,7 @@ jobs:
194
194
test-legacy-37 : &test-legacy
195
195
working_directory : ~/project
196
196
docker :
197
- - image : circleci/python:3.7.6 -stretch-node-browsers
197
+ - image : circleci/python:3.7.9 -stretch-node-browsers
198
198
auth :
199
199
username : dashautomation
200
200
password : $DASH_PAT_DOCKERHUB
@@ -231,7 +231,7 @@ jobs:
231
231
test-legacy-36 :
232
232
<< : *test-legacy
233
233
docker :
234
- - image : circleci/python:3.6.9 -stretch-node-browsers
234
+ - image : circleci/python:3.6.12 -stretch-node-browsers
235
235
auth :
236
236
username : dashautomation
237
237
password : $DASH_PAT_DOCKERHUB
@@ -241,7 +241,7 @@ jobs:
241
241
test-legacy-27 :
242
242
<< : *test-legacy
243
243
docker :
244
- - image : circleci/python:2.7-stretch-node-browsers
244
+ - image : circleci/python:2.7.18 -stretch-node-browsers
245
245
auth :
246
246
username : dashautomation
247
247
password : $DASH_PAT_DOCKERHUB
0 commit comments