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:
Franck Nijhof
2021-04-30 15:13:48 +02:00
committed by GitHub
parent bd0f801677
commit 364dbacef6
4 changed files with 22 additions and 9 deletions

View File

@@ -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}" \
\