mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: use pin for devcontainer base image (#51556)
Use pinned verison of container image for devcontainer. PR Close #51556
This commit is contained in:
committed by
Jessica Janiuk
parent
0c7c852ee7
commit
6e5b865710
@@ -1,7 +1,7 @@
|
||||
# Image metadata and config.
|
||||
# Ideally, the Node.js version should match what we use on CI.
|
||||
# See `executors > default-executor` in `.circleci/config.yml`.
|
||||
FROM cimg/node:16.13-browsers
|
||||
FROM cimg/node:16.13-browsers@sha256:6c7a82701665dda03e92d682360fa2e4358e07dab8d1b6a7e48f7d36e3d98117
|
||||
|
||||
|
||||
LABEL name="Angular dev environment" \
|
||||
|
||||
Reference in New Issue
Block a user