Skip to content

Commit 0b6aae8

Browse files
josephperrottthePunderWoman
authored andcommitted
build: use pin for devcontainer base image (#51556)
Use pinned verison of container image for devcontainer. PR Close #51556
1 parent 6fff65c commit 0b6aae8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/recommended-Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Image metadata and config.
22
# Ideally, the Node.js version should match what we use on CI.
33
# See `executors > default-executor` in `.circleci/config.yml`.
4-
FROM cimg/node:16.13-browsers
4+
FROM cimg/node:16.13-browsers@sha256:6c7a82701665dda03e92d682360fa2e4358e07dab8d1b6a7e48f7d36e3d98117
55

66

77
LABEL name="Angular dev environment" \

0 commit comments

Comments
 (0)