Skip to content

Commit

Permalink
Update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
seesharprun authored Aug 31, 2023
1 parent dd618ba commit bc8cf6d
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
{
"name": "All patterns",
"image": "mcr.microsoft.com/devcontainers/dotnet:6.0",
"features": {
"ghcr.io/devcontainers/features/azure-cli:1": {
"installBicep": true,
"extensions": "cosmosdb-preview"
}
},
"containerEnv": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"customizations": {
"vscode": {
"extensions": [
"ms-dotnettools.csharp",
"ms-azuretools.vscode-bicep"
]
}
}
"image": "ghcr.io/azure-samples/cosmos-db-design-patterns/devcontainer:latest"
}

0 comments on commit bc8cf6d

Please sign in to comment.