⬆️ Upgrades Home Assistant CLI to 4.1.0

This commit is contained in:
Franck Nijhof 2020-03-09 15:45:34 +01:00
parent 51b27c49ed
commit ffbd9bd59c
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

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