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

Commit 8dc4529

Browse files
committed
Lock circleci python versions.
1 parent bfe6d15 commit 8dc4529

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.circleci/config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
lint-unit-37: &lint-unit
1010
working_directory: ~/project
1111
docker:
12-
- image: circleci/python:3.7-stretch-node-browsers
12+
- image: circleci/python:3.7.5-stretch-node-browsers
1313
environment:
1414
PYTHON_VERSION: py37
1515
steps:
@@ -44,21 +44,21 @@ jobs:
4444
lint-unit-36:
4545
<<: *lint-unit
4646
docker:
47-
- image: circleci/python:3.6-stretch-node-browsers
47+
- image: circleci/python:3.6.9-stretch-node-browsers
4848
environment:
4949
PYTHON_VERSION: py36
5050

5151
lint-unit-27:
5252
<<: *lint-unit
5353
docker:
54-
- image: circleci/python:2.7-stretch-node-browsers
54+
- image: circleci/python:2.7.16-stretch-node-browsers
5555
environment:
5656
PYTHON_VERSION: py27
5757

5858
build-dash-37: &build-dash
5959
working_directory: ~/project
6060
docker:
61-
- image: circleci/python:3.7-stretch-node-browsers
61+
- image: circleci/python:3.7.5-stretch-node-browsers
6262
environment:
6363
PYTHON_VERSION: py37
6464
steps:
@@ -99,21 +99,21 @@ jobs:
9999
build-dash-36:
100100
<<: *build-dash
101101
docker:
102-
- image: circleci/python:3.6-stretch-node-browsers
102+
- image: circleci/python:3.6.9-stretch-node-browsers
103103
environment:
104104
PYTHON_VERSION: py36
105105

106106
build-dash-27:
107107
<<: *build-dash
108108
docker:
109-
- image: circleci/python:2.7-stretch-node-browsers
109+
- image: circleci/python:2.7.16-stretch-node-browsers
110110
environment:
111111
PYTHON_VERSION: py27
112112

113113
test-37: &test
114114
working_directory: ~/project
115115
docker:
116-
- image: circleci/python:3.7-stretch-node-browsers
116+
- image: circleci/python:3.7.5-stretch-node-browsers
117117
environment:
118118
PYTHON_VERSION: py37
119119
PERCY_PARALLEL_TOTAL: -1
@@ -145,23 +145,23 @@ jobs:
145145
test-36:
146146
<<: *test
147147
docker:
148-
- image: circleci/python:3.6-stretch-node-browsers
148+
- image: circleci/python:3.6.9-stretch-node-browsers
149149
environment:
150150
PYTHON_VERSION: py36
151151
PERCY_ENABLE: 0
152152

153153
test-27:
154154
<<: *test
155155
docker:
156-
- image: circleci/python:2.7-stretch-node-browsers
156+
- image: circleci/python:2.7.16-stretch-node-browsers
157157
environment:
158158
PYTHON_VERSION: py27
159159
PERCY_ENABLE: 0
160160

161161
test-legacy-37: &test-legacy
162162
working_directory: ~/project
163163
docker:
164-
- image: circleci/python:3.7-stretch-node-browsers
164+
- image: circleci/python:3.7.5-stretch-node-browsers
165165
environment:
166166
PYTHON_VERSION: py37
167167
PERCY_PARALLEL_TOTAL: -1
@@ -195,14 +195,14 @@ jobs:
195195
test-legacy-36:
196196
<<: *test-legacy
197197
docker:
198-
- image: circleci/python:3.6-stretch-node-browsers
198+
- image: circleci/python:3.6.9-stretch-node-browsers
199199
environment:
200200
PYTHON_VERSION: py36
201201
PERCY_ENABLE: 0
202202
test-legacy-27:
203203
<<: *test-legacy
204204
docker:
205-
- image: circleci/python:2.7-stretch-node-browsers
205+
- image: circleci/python:2.7.16-stretch-node-browsers
206206
environment:
207207
PYTHON_VERSION: py27
208208
PERCY_ENABLE: 0

0 commit comments

Comments
 (0)