build: pin docker image to a tag for CircleCI (#19295)

Fixes the broken build
PR Close #19295
This commit is contained in:
Alex Eagle 2017-09-20 10:06:43 -07:00 committed by Igor Minar
parent 5751865228
commit 580372f23d
1 changed files with 1 additions and 1 deletions

View File

@ -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.