From db06cb170f607f4474049f7c8cd17c30c76427d6 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Fri, 8 Dec 2017 13:37:51 -0800 Subject: [PATCH] build: new docker image, faster to boot on circleci --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a5d69b8152..fd6ebce638 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,7 @@ anchor_1: &job_defaults ## IMPORTANT # If you change this, also change the version of com_github_bazelbuild_buildtools # in the /WORKSPACE file - - image: angular/ngcontainer:0.0.7 + - image: angular/ngcontainer:0.0.8 ## IMPORTANT # After checkout, rebase on top of master.