Files
addons/ssh/build.json
Pascal Vizeli a9010c898d SSH: update cli & overwrite commands (#1568)
* SSH: update cli & overwrite commands

* add new lines

* add new line v2
2020-09-12 17:28:53 +02:00

15 lines
369 B
JSON

{
"build_from": {
"aarch64": "homeassistant/aarch64-base:3.12",
"amd64": "homeassistant/amd64-base:3.12",
"armhf": "homeassistant/armhf-base:3.12",
"armv7": "homeassistant/armv7-base:3.12",
"i386": "homeassistant/i386-base:3.12"
},
"args": {
"CLI_VERSION": "4.4.1",
"LIBWEBSOCKETS_VERSION": "v3.2.2",
"TTYD_VERSION": "1.6.0"
}
}