We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ff91a commit b76b3c6Copy full SHA for b76b3c6
.devcontainer/recommended-Dockerfile
@@ -1,7 +1,7 @@
1
# Image metadata and config.
2
# Ideally, the Node.js version should match what we use on CI.
3
# See `executors > default-executor` in `.circleci/config.yml`.
4
-FROM cimg/node:16.13-browsers@sha256:6c7a82701665dda03e92d682360fa2e4358e07dab8d1b6a7e48f7d36e3d98117
+FROM cimg/node:18.13.0@sha256:45d0ee279f522c4562a464df71108104cc9b2187205333ffd0707d4f05589731
5
6
7
LABEL name="Angular dev environment" \
0 commit comments