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.
1 parent 972a5bd commit b560f5fCopy full SHA for b560f5f
.devcontainer/devcontainer.json
@@ -16,9 +16,9 @@
16
"version": "18",
17
"nodeGypDependencies": false
18
},
19
- "ghcr.io/azure/azure-dev/azd:latest": {},
20
- // Required for azd to package the app to ACA
21
- "ghcr.io/devcontainers/features/docker-in-docker:2": {},
+ "ghcr.io/azure/azure-dev/azd:latest": {
+ "version": "1.10.1"
+ },
22
"ghcr.io/prulloac/devcontainer-features/ollama:1": {}
23
24
// Configure tool-specific properties.
0 commit comments