chore: update devcontainer image (#638)
Some checks failed
Release Please / release-please (push) Waiting to run
Build Snapshot Release / build (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled

This commit is contained in:
Lukas Lerche
2025-01-12 20:03:05 +01:00
committed by GitHub
parent 07a1561df7
commit 41f829cbb9

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.21-bookworm",
"VARIANT": "1-1.23-bookworm",
// Options
"NODE_VERSION": "lts/*"
}
@@ -46,4 +46,4 @@
// "postCreateCommand": "go version",
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode"
}
}