Skip to content

Commit 6418438

Browse files
authored
Fix codespace (#136)
1 parent 45572c8 commit 6418438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"image": "mcr.microsoft.com/devcontainers/python:3.11-bullseye",
44
"forwardPorts": [50505],
55
"features": {
6-
"ghcr.io/devcontainers/features/azure-cli:1.2.6": {},
6+
"ghcr.io/devcontainers/features/azure-cli:1.2.7": {},
77
"ghcr.io/azure/azure-dev/azd:latest": {}
88
},
99
"customizations": {
@@ -22,4 +22,4 @@
2222
"hostRequirements": {
2323
"memory": "8gb"
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)