Skip to content

Commit ad6a28b

Browse files
committed
Use circleci/3.6 image.
This docker image uses Debian stretch and fixes the problems seen with apt-get update with Debian jessie.
1 parent 38ce311 commit ad6a28b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
jobs:
44
doc-min-dependencies:
55
docker:
6-
- image: circleci/python:3.6.1
6+
- image: circleci/python:3.6
77
environment:
88
- MINICONDA_PATH: ~/miniconda
99
- CONDA_ENV_NAME: testenv
@@ -32,7 +32,7 @@ jobs:
3232

3333
doc:
3434
docker:
35-
- image: circleci/python:3.6.1
35+
- image: circleci/python:3.6
3636
environment:
3737
- MINICONDA_PATH: ~/miniconda
3838
- CONDA_ENV_NAME: testenv
@@ -61,7 +61,7 @@ jobs:
6161

6262
lint:
6363
docker:
64-
- image: circleci/python:3.6.1
64+
- image: circleci/python:3.6
6565
steps:
6666
- checkout
6767
- run: ./build_tools/circle/checkout_merge_commit.sh
@@ -90,7 +90,7 @@ jobs:
9090

9191
deploy:
9292
docker:
93-
- image: circleci/python:3.6.1
93+
- image: circleci/python:3.6
9494
steps:
9595
- checkout
9696
- run: ./build_tools/circle/checkout_merge_commit.sh

0 commit comments

Comments
 (0)