We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c6aec4 + 683b790 commit 5dcc801Copy full SHA for 5dcc801
.devcontainer/devcontainer.json
@@ -5,7 +5,9 @@
5
},
6
"forwardPorts": [50505],
7
"features": {
8
- "ghcr.io/azure/azure-dev/azd:latest": {},
+ "ghcr.io/azure/azure-dev/azd:latest": {
9
+ "version": "1.23.8"
10
+ },
11
"ghcr.io/devcontainers/features/azure-cli:1": {},
12
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
13
"ghcr.io/devcontainers/features/common-utils:2": {
0 commit comments