Pin dagger CLI to 0.20.0 in mise.toml (was "latest"), bump engine version in dagger.json. New .dagger/.gitattributes and .gitignore generated by v0.20.0. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
124 B
JSON
8 lines
124 B
JSON
{
|
|
"name": "${REPO_NAME}-ci",
|
|
"engineVersion": "v0.20.0",
|
|
"sdk": {
|
|
"source": "python"
|
|
},
|
|
"source": ".dagger"
|
|
}
|