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": {
"dockerfile": "Dockerfile",
"args": {
// Update the VARIANT arg to pick a version of Go: 1, 1.15, 1.14
"VARIANT": "1",
// Update the VARIANT arg to pick a version of Go: 1, 1.16, 1.15
"VARIANT": "1.16",
// Options
"INSTALL_NODE": "false",
"NODE_VERSION": "lts/*"