⬆️ Upgrades Home Assistant CLI to v4.21.0 (#501)

This commit is contained in:
Franck Nijhof 2022-09-16 16:02:09 +02:00 committed by GitHub
parent c0eec33acc
commit 62f1c8eb85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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