diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 53d4242..3fea99a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ { "name": "Go", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "ghcr.io/graugans/golang:latest" + "image": "mcr.microsoft.com/devcontainers/go:1.22", // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, @@ -23,9 +23,7 @@ "golang.go" ] } - }, - - + } // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root" }