We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c40b7 commit 5eca42bCopy full SHA for 5eca42b
.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:1.23-bookworm",
+ "image": "mcr.microsoft.com/devcontainers/go:dev-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