build: pin docker image to a tag for CircleCI (#19295)
Fixes the broken build PR Close #19295
This commit is contained in:
parent
5751865228
commit
580372f23d
|
@ -11,7 +11,7 @@
|
||||||
anchor_1: &job_defaults
|
anchor_1: &job_defaults
|
||||||
working_directory: ~/ng
|
working_directory: ~/ng
|
||||||
docker:
|
docker:
|
||||||
- image: angular/ngcontainer
|
- image: angular/ngcontainer:0.0.2
|
||||||
|
|
||||||
# After checkout, rebase on top of master.
|
# After checkout, rebase on top of master.
|
||||||
# Similar to travis behavior, but not quite the same.
|
# Similar to travis behavior, but not quite the same.
|
||||||
|
|
Loading…
Reference in New Issue