chore: contributor tooling fixes (#737)

This commit is contained in:
Ian Paterson
2025-04-10 19:39:37 -07:00
committed by GitHub
parent c8482ec578
commit 1a8d71b24f
7 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -6,7 +6,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-1.23-bookworm",
"VARIANT": "1-1.24-bookworm",
// Options
"NODE_VERSION": "lts/*"
}