mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-23 13:54:26 +01:00
ssh: Upgrade Home Assistant CLI (#1990)
* Use GitHub Container Registry for the base image
* ⬆️ Upgrades Home Assistant CLI to v4.12.1
* Bump version, update changelog
* ttyd now uses the main branch
This commit is contained in:
@@ -50,7 +50,7 @@ RUN \
|
||||
&& make \
|
||||
&& make install \
|
||||
\
|
||||
&& git clone --branch master --single-branch \
|
||||
&& git clone --branch main --single-branch \
|
||||
https://github.com/tsl0922/ttyd.git /tmp/ttyd \
|
||||
&& git -C /tmp/ttyd checkout "${TTYD_VERSION}" \
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user