Skip to content

Commit 24fe11f

Browse files
committed
Dont hardcode azd version in dev container
1 parent 5bc322e commit 24fe11f

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.devcontainer/devcontainer.json

+6-8
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,16 @@
1111
"8000": {"label": "Backend port", "onAutoForward": "openBrowser"},
1212
"5173": {"label": "Frontend port", "onAutoForward": "openBrowser"}
1313
},
14-
"features": {
15-
"ghcr.io/devcontainers/features/node:1": {
16-
"version": "18",
17-
"nodeGypDependencies": false
18-
},
19-
"ghcr.io/azure/azure-dev/azd:latest": {
20-
"version": "1.11.0"
14+
"features": {
15+
"ghcr.io/devcontainers/features/node:1": {
16+
"version": "18",
17+
"nodeGypDependencies": false
2118
},
19+
"ghcr.io/azure/azure-dev/azd:latest": {},
2220
"ghcr.io/prulloac/devcontainer-features/ollama:1": {},
2321
// az CLI is helpful for being able to login correctly with DefaultAzureCredential:
2422
"ghcr.io/devcontainers/features/azure-cli": {}
25-
},
23+
},
2624
// Configure tool-specific properties.
2725
"customizations": {
2826
// Configure properties specific to VS Code.

0 commit comments

Comments
 (0)