Skip to content

Commit f9e60d7

Browse files
connieyjongio
andauthored
Update devcontainer image (#2351)
* Update devcontainer image * Update .devcontainer/devcontainer.json Co-authored-by: Jon Gallant <2163001+jongio@users.noreply.github.com> --------- Co-authored-by: Jon Gallant <2163001+jongio@users.noreply.github.com>
1 parent e6f8c83 commit f9e60d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"image": "mcr.microsoft.com/devcontainers/dotnet:dev-10.0-preview",
2+
"image": "mcr.microsoft.com/devcontainers/dotnet:dev-10.0",
33
"name": "Microsoft MCP Codespace",
44
"features": {
55
"ghcr.io/devcontainers/features/node:1": {
66
"version": "20"
77
},
88
"ghcr.io/devcontainers/features/azure-cli:1": {},
9-
"ghcr.io/devcontainers/features/powershell:1": {},
9+
"ghcr.io/devcontainers/features/powershell:2": {},
1010
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
1111
"ghcr.io/azure/azure-dev/azd:0": {}
1212
},

0 commit comments

Comments
 (0)