From a69d129ed9f9c5a0fc84c88c1555c4bb447adbc6 Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Mon, 2 May 2016 21:49:30 -0700 Subject: [PATCH] fix(local-cluster): bump docker version --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 27509d1c8..b88c80e7f 100644 --- a/circle.yml +++ b/circle.yml @@ -9,7 +9,7 @@ machine: GOROOT: $HOME/go pre: - - curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0 + - curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.3 services: - docker