Files
addons/ssh/build.json
Pascal Vizeli 585d81392c Make SSH promt a bit color full (#2190)
* Make SSH promt a bit color full

* Update CHANGELOG.md

* Update build.json

* upgrade Alpine
2021-09-22 15:55:59 +02:00

15 lines
414 B
JSON

{
"build_from": {
"aarch64": "ghcr.io/home-assistant/aarch64-base:3.14",
"amd64": "ghcr.io/home-assistant/amd64-base:3.14",
"armhf": "ghcr.io/home-assistant/armhf-base:3.14",
"armv7": "ghcr.io/home-assistant/armv7-base:3.14",
"i386": "ghcr.io/home-assistant/i386-base:3.14"
},
"args": {
"CLI_VERSION": "4.13.0",
"LIBWEBSOCKETS_VERSION": "4.1.4",
"TTYD_VERSION": "1.6.3"
}
}