Skip to content

Commit

Permalink
fix: devcontainer not building (closes #224)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Feb 21, 2025
1 parent 4a9b9be commit 03d10d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"version": 20,
"moby": "false"
},
"ghcr.io/devcontainers/features/powershell:1": {},
Expand All @@ -18,7 +17,7 @@
"installBicep": true
},
"ghcr.io/azure/azure-dev/azd:latest": {},
"ghcr.io/devcontainers-contrib/features/k6:1": {}
"ghcr.io/grafana/devcontainer-features/k6:1": {}
},

// Configure tool-specific properties.
Expand Down

0 comments on commit 03d10d3

Please sign in to comment.