Upgrade to Node v18

This commit is contained in:
Deluan 2023-05-17 13:41:36 -04:00
parent 08fcb430e6
commit bfa10cab62
3 changed files with 4 additions and 4 deletions

View file

@ -4,10 +4,10 @@
"dockerfile": "Dockerfile",
"args": {
// Update the VARIANT arg to pick a version of Go: 1, 1.15, 1.14
"VARIANT": "1.19",
"VARIANT": "1.20",
// Options
"INSTALL_NODE": "true",
"NODE_VERSION": "v16"
"NODE_VERSION": "v18"
}
},
"workspaceMount": "",