diff --git a/.circleci/config.yml b/.circleci/config.yml index 65dc3d2920..a85c92a0ba 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.