diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 193ac75..2a6d58a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,7 +19,9 @@ "ghcr.io/devcontainers-contrib/features/springboot-sdkman:2.0.10": { "jdkVersion": "17" }, - "ghcr.io/dapr/cli/dapr-cli:0": {}, + "ghcr.io/dapr/cli/dapr-cli:0": { + "version": "1.10.0" + }, // We use d-in-d because we need overlay networks "ghcr.io/devcontainers/features/docker-in-docker:2": {}, "ghcr.io/devcontainers/features/github-cli:1": {}