From a74b64f47b4b11d81570d474f64277553e56eeda Mon Sep 17 00:00:00 2001 From: Lukas Lerche Date: Sun, 12 Jan 2025 20:03:05 +0100 Subject: [PATCH] chore: update devcontainer image (#638) --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c65b0f6a..df250368 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" -} \ No newline at end of file +}