mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-20 13:25:44 +01:00
SSH: Use new banner and tempio (#1800)
* SSH: Use new banner and tempio * fix change for tests * Update ssh/build.json Co-authored-by: Franck Nijhof <git@frenck.dev> * fix build Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"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"
|
||||
"aarch64": "homeassistant/aarch64-base:3.13",
|
||||
"amd64": "homeassistant/amd64-base:3.13",
|
||||
"armhf": "homeassistant/armhf-base:3.13",
|
||||
"armv7": "homeassistant/armv7-base:3.13",
|
||||
"i386": "homeassistant/i386-base:3.13"
|
||||
},
|
||||
"args": {
|
||||
"CLI_VERSION": "4.9.0",
|
||||
"LIBWEBSOCKETS_VERSION": "v3.2.2",
|
||||
"TTYD_VERSION": "1.6.0"
|
||||
"CLI_VERSION": "4.10.0",
|
||||
"LIBWEBSOCKETS_VERSION": "4.1.4",
|
||||
"TTYD_VERSION": "1.6.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user