Skip to content

Commit b76b3c6

Browse files
ponichpkozlowski-opensource
authored andcommitted
build: upgrade node version for .devcontainer example file (angular#53157)
PR Close angular#53157
1 parent 79ff91a commit b76b3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/recommended-Dockerfile

+1-1
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@sha256:6c7a82701665dda03e92d682360fa2e4358e07dab8d1b6a7e48f7d36e3d98117
4+
FROM cimg/node:18.13.0@sha256:45d0ee279f522c4562a464df71108104cc9b2187205333ffd0707d4f05589731
55

66

77
LABEL name="Angular dev environment" \

0 commit comments

Comments
 (0)