Skip to content

Commit a63983d

Browse files
yathothePunderWoman
authored andcommitted
build: Fix version of images in recommended-Dockerfile. node:14-browsers doesn't exist anymore in Dockerhub (angular#48803)
Change the version of recommended-Dockerfile image to cim/node:16.13-browsers. Closes angular#48802 PR Close angular#48803
1 parent 0ad0136 commit a63983d

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:14-browsers
4+
FROM cimg/node:16.13-browsers
55

66

77
LABEL name="Angular dev environment" \

0 commit comments

Comments
 (0)