⬆️ Upgrades Home Assistant CLI to v4.12.0 (#232)

This commit is contained in:
Franck Nijhof 2021-04-10 12:05:30 +02:00 committed by GitHub
parent 0c9a477d63
commit 51fddffa22
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/ \
\
&& curl -L -s -o /usr/bin/ha \
"https://github.com/home-assistant/cli/releases/download/4.11.3/ha_${BUILD_ARCH}" \
"https://github.com/home-assistant/cli/releases/download/4.12.0/ha_${BUILD_ARCH}" \
&& chmod a+x /usr/bin/ha \
\
&& git clone --branch master --single-branch --depth 1 \