We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a9b9be commit 03d10d3Copy full SHA for 03d10d3
.devcontainer/devcontainer.json
@@ -9,7 +9,6 @@
9
// Features to add to the dev container. More info: https://containers.dev/features.
10
"features": {
11
"ghcr.io/devcontainers/features/docker-in-docker:2": {
12
- "version": 20,
13
"moby": "false"
14
},
15
"ghcr.io/devcontainers/features/powershell:1": {},
@@ -18,7 +17,7 @@
18
17
"installBicep": true
19
20
"ghcr.io/azure/azure-dev/azd:latest": {},
21
- "ghcr.io/devcontainers-contrib/features/k6:1": {}
+ "ghcr.io/grafana/devcontainer-features/k6:1": {}
22
23
24
// Configure tool-specific properties.
0 commit comments