Skip to content

Commit

Permalink
Merge pull request #3 from ross-p-smith/ross/dapr-cli
Browse files Browse the repository at this point in the history
Pin dapr-cli to a working version
  • Loading branch information
macromania authored Jul 18, 2023
2 parents 4b101a8 + 8cfd856 commit eb75de4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
Expand Down

0 comments on commit eb75de4

Please sign in to comment.