Files
addons/git_pull/build.json
Franck Nijhof ba9ce4623a git_pull: Upgrade CLI to 4.2.0 (#1195)
* git_pull: Upgrade CLI to 4.2.0

* Update config.json

Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
2020-03-29 18:10:41 +02:00

13 lines
301 B
JSON

{
"build_from": {
"aarch64": "homeassistant/aarch64-base:3.11",
"amd64": "homeassistant/amd64-base:3.11",
"armhf": "homeassistant/armhf-base:3.11",
"armv7": "homeassistant/armv7-base:3.11",
"i386": "homeassistant/i386-base:3.11"
},
"args": {
"CLI_VERSION": "4.2.0"
}
}