We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 040e5ed + 5eac599 commit 4aee7f1Copy full SHA for 4aee7f1
.devcontainer/devcontainer.json
@@ -3,7 +3,7 @@
3
{
4
"name": "Go",
5
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
- "image": "mcr.microsoft.com/devcontainers/go:dev-1.24-bookworm",
+ "image": "mcr.microsoft.com/devcontainers/go:1.24-bookworm",
7
// Features to add to the dev container. More info: https://containers.dev/features.
8
"features": {
9
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
0 commit comments