Skip to content

Commit 03d10d3

Browse files
committed
fix: devcontainer not building (closes #224)
1 parent 4a9b9be commit 03d10d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.devcontainer/devcontainer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// Features to add to the dev container. More info: https://containers.dev/features.
1010
"features": {
1111
"ghcr.io/devcontainers/features/docker-in-docker:2": {
12-
"version": 20,
1312
"moby": "false"
1413
},
1514
"ghcr.io/devcontainers/features/powershell:1": {},
@@ -18,7 +17,7 @@
1817
"installBicep": true
1918
},
2019
"ghcr.io/azure/azure-dev/azd:latest": {},
21-
"ghcr.io/devcontainers-contrib/features/k6:1": {}
20+
"ghcr.io/grafana/devcontainer-features/k6:1": {}
2221
},
2322

2423
// Configure tool-specific properties.

0 commit comments

Comments
 (0)