Skip to content

Commit

Permalink
Merge pull request #11 from AzureCosmosDB/update-devcontainer
Browse files Browse the repository at this point in the history
Update devcontainer.json
  • Loading branch information
seesharprun authored Oct 17, 2024
2 parents dd3bcd8 + e87812d commit fb7600a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"image": "mcr.microsoft.com/devcontainers/dotnet:latest",
"image": "mcr.microsoft.com/devcontainers/dotnet:8.0",
"features": {
"ghcr.io/azure/azure-dev/azd:latest": {},
"ghcr.io/devcontainers/features/azure-cli:latest": {},
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
"ghcr.io/azure/azure-dev/azd": {},
"ghcr.io/devcontainers/features/azure-cli": {},
"ghcr.io/devcontainers/features/docker-in-docker": {}
},
"customizations": {
"vscode": {
Expand Down

0 comments on commit fb7600a

Please sign in to comment.