Skip to content

Commit

Permalink
Use dev 9.0 image which contains GA bits. (#6726)
Browse files Browse the repository at this point in the history
* Use dev 9.0 image which contains GA bits.

* Add node and python features for debugging them in the repo.
  • Loading branch information
mitchdenny authored Nov 20, 2024
1 parent 120212f commit 12c1cb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "C# (.NET)",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/dotnet:1-9.0-bookworm",
"image": "mcr.microsoft.com/devcontainers/dotnet:dev-9.0-bookworm",
"features": {
"ghcr.io/devcontainers/features/azure-cli:1": {},
"ghcr.io/azure/azure-dev/azd:0": {},
Expand All @@ -14,6 +14,8 @@
"8.0.403"
]
},
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/python:1": {},
"ghcr.io/dapr/cli/dapr-cli": {
"version": "1.12.0"
}
Expand Down

0 comments on commit 12c1cb8

Please sign in to comment.