diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 93ebf8c607..dadb65d427 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,7 @@ "ghcr.io/devcontainers/features/go:1": {}, "ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {}, "ghcr.io/devcontainers-contrib/features/kind:1": {}, - "ghcr.io/devcontainers-contrib/features/azure-cli:1": {} + "ghcr.io/devcontainers/features/azure-cli:1": {} }, "postCreateCommand": "bash .devcontainer/installMoreTools.sh && kind create cluster", "customizations": {