mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-28 09:46:52 +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
|
||||
ARG VARIANT=14
|
||||
ARG VARIANT=16
|
||||
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}
|
||||
|
||||
# [Optional] Uncomment this section to install additional OS packages.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"dockerfile": "Dockerfile",
|
||||
// Update 'VARIANT' to pick a Node version: 10, 12, 14
|
||||
"args": {
|
||||
"VARIANT": "14"
|
||||
"VARIANT": "16"
|
||||
}
|
||||
},
|
||||
// Set *default* container specific settings.json values on container create.
|
||||
|
|
Loading…
Add table
Reference in a new issue