Files
addons/deconz/build.json
Sören c0791f8df5 Bump deCONZ to 2.05.81 (#1573)
* Update CHANGELOG.md

* Update config.json

* Update build.json

* deconz: Bump deCONZ to 2.05.81

* Update deconz/CHANGELOG.md

* Update deconz/config.json

* Update Dockerfile

* Fix path

* Fix v2

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2020-09-22 23:35:04 +02:00

11 lines
245 B
JSON

{
"build_from": {
"aarch64": "homeassistant/aarch64-base-debian:buster",
"amd64": "homeassistant/amd64-base-debian:buster",
"armhf": "homeassistant/armhf-base-raspbian:buster"
},
"args": {
"DECONZ_VERSION": "2.05.81"
}
}