diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 04930115d6..731826913c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ // README at: https://github.com/devcontainers/templates/tree/main/src/go { "name": "Go", - "image": "mcr.microsoft.com/devcontainers/go:0-1.21-bullseye", + "image": "mcr.microsoft.com/devcontainers/go:1.21-bookworm", // Features to add to the dev container. More info: https://containers.dev/features. // "features": {},