⬆️ Upgrades Home Assistant CLI to v4.4.0

This commit is contained in:
Franck Nijhof 2020-09-04 10:59:23 +02:00
parent 9e4b30e2d4
commit 2d97b75f87
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

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