@@ -9,7 +9,9 @@
],
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {},
- "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
+ "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
+ "moby": false
+ }
},
"customizations": {
"vscode": {
@@ -28,4 +30,4 @@
]
}
-}
+}
@@ -1,7 +1,7 @@
version: '3.8'
services:
app:
- image: mcr.microsoft.com/devcontainers/go:1.23
+ image: mcr.microsoft.com/devcontainers/go:1-trixie # https://www.debian.org/releases/trixie/index.en.html
volumes:
- ..:/workspace:cached
command: sleep infinity