circle: Bump base image version.

This new base image just comes from me doing a fresh `docker build`
and uploading the result.  That gives it fresher versions of our
APT dependencies than the image I built a couple of months ago,
speeding up provision by giving it less to install.
This commit is contained in:
Greg Price 2017-12-01 16:31:29 -08:00
parent 58db3c13cb
commit ea589e8283

View File

@ -6,7 +6,7 @@ jobs:
build:
docker:
# This is built from tools/circleci/images/Dockerfile .
- image: gregprice/circleci:trusty-python-0.test
- image: gregprice/circleci:trusty-python-2.test
working_directory: ~/repo