Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

Commit f6438a9

Browse files
committed
Switch to 3.5-stretch base image
The jessie base images don't work for us now that jessie's apt repos have been archived.
1 parent 232c70f commit f6438a9

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
@@ -2,10 +2,10 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
# While we're actually running on stretch (with Python 3.5.3), this is the
6-
# closest matching docker image available in CircleCI. The stretch images
7-
# all have Python 3.6, which has some syntactic changes.
8-
- image: python:3.5.4
5+
# Note: Raspbian stretch actually has Python 3.5.3, but CircleCI's images
6+
# don't offer exactly that combination. We go with the closest we can,
7+
# even this is likely on the wrong patch version.
8+
- image: python:3.5-stretch
99

1010
working_directory: ~/robot
1111

0 commit comments

Comments
 (0)