Updating versions.

This commit is contained in:
James Wells 2022-11-21 14:28:30 -08:00
parent c677d30cf5
commit 316ea1afa6
Signed by: jwells
GPG key ID: 73196D10B8E65666
4 changed files with 7 additions and 6 deletions

View file

@ -8,7 +8,7 @@
// Update the VARIANT arg to pick a version of Go: 1, 1.16, 1.17
// Append -bullseye or -buster to pin to an OS version.
// Use -bullseye variants on local arm64/Apple Silicon.
"VARIANT": "1.18-bullseye",
"VARIANT": "1.19-bullseye",
// Options
"NODE_VERSION": "none"
}