build: use pin for devcontainer base image (#51556)

Use pinned verison of container image for devcontainer.

PR Close #51556
This commit is contained in:
Joey Perrott
2023-08-29 17:20:07 +00:00
committed by Jessica Janiuk
parent 0c7c852ee7
commit 6e5b865710
+1 -1
View File
@@ -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" \