From 580372f23d3366562422a9573f607fb1fc45ebf1 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Wed, 20 Sep 2017 10:06:43 -0700 Subject: [PATCH] build: pin docker image to a tag for CircleCI (#19295) Fixes the broken build PR Close #19295 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 56f2797b9b..af948303fb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ anchor_1: &job_defaults working_directory: ~/ng docker: - - image: angular/ngcontainer + - image: angular/ngcontainer:0.0.2 # After checkout, rebase on top of master. # Similar to travis behavior, but not quite the same.