mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-16 01:22:02 +02:00
Update devcontainer node version
This commit is contained in:
parent
8dfc3be43a
commit
42650a9888
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
# [Choice] Node.js version: 14, 12, 10
|
# [Choice] Node.js version: 14, 12, 10
|
||||||
ARG VARIANT=14
|
ARG VARIANT=16
|
||||||
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}
|
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}
|
||||||
|
|
||||||
# [Optional] Uncomment this section to install additional OS packages.
|
# [Optional] Uncomment this section to install additional OS packages.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"dockerfile": "Dockerfile",
|
"dockerfile": "Dockerfile",
|
||||||
// Update 'VARIANT' to pick a Node version: 10, 12, 14
|
// Update 'VARIANT' to pick a Node version: 10, 12, 14
|
||||||
"args": {
|
"args": {
|
||||||
"VARIANT": "14"
|
"VARIANT": "16"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// Set *default* container specific settings.json values on container create.
|
// Set *default* container specific settings.json values on container create.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue