We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd508e1 commit ad77ab4Copy full SHA for ad77ab4
.devcontainer/base.Dockerfile
@@ -1,5 +1,5 @@
1
# Update the VARIANT arg in devcontainer.json to pick a Node.js version: 14, 12, 10
2
-ARG VARIANT=14
+ARG VARIANT=20
3
FROM node:${VARIANT}
4
5
# Options for setup scripts
0 commit comments