From ea589e8283f5410f3c204c4ae1eccde659ebfeee Mon Sep 17 00:00:00 2001 From: Greg Price Date: Fri, 1 Dec 2017 16:31:29 -0800 Subject: [PATCH] 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. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 76947d4f15..763f4316f3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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