Update to default to 1.16

This commit is contained in:
Chuck Lantz
2021-03-15 14:27:30 +00:00
committed by GitHub
parent 728c59ce3d
commit 9a80e63b43

View File

@@ -5,8 +5,8 @@
"build": { "build": {
"dockerfile": "Dockerfile", "dockerfile": "Dockerfile",
"args": { "args": {
// Update the VARIANT arg to pick a version of Go: 1, 1.15, 1.14 // Update the VARIANT arg to pick a version of Go: 1, 1.16, 1.15
"VARIANT": "1", "VARIANT": "1.16",
// Options // Options
"INSTALL_NODE": "false", "INSTALL_NODE": "false",
"NODE_VERSION": "lts/*" "NODE_VERSION": "lts/*"