⬆️ Upgrades Home Assistant CLI to v4.11.2 (#204)

* ⬆️ Upgrades Home Assistant CLI to v4.11.1

* ⬆️ Upgrades Home Assistant CLI to v4.11.2
This commit is contained in:
Franck Nijhof 2021-03-22 18:52:35 +01:00 committed by GitHub
parent 34536f4b25
commit a1945dfd8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ RUN \
&& ls -la /root/.code-server/extensions/ \ && ls -la /root/.code-server/extensions/ \
\ \
&& curl -L -s -o /usr/bin/ha \ && curl -L -s -o /usr/bin/ha \
"https://github.com/home-assistant/cli/releases/download/4.11.0/ha_${BUILD_ARCH}" \ "https://github.com/home-assistant/cli/releases/download/4.11.2/ha_${BUILD_ARCH}" \
&& chmod a+x /usr/bin/ha \ && chmod a+x /usr/bin/ha \
\ \
&& git clone --branch master --single-branch --depth 1 \ && git clone --branch master --single-branch --depth 1 \