⬆️ Upgrades Home Assistant CLI to v4.23.0 (#524)

This commit is contained in:
Franck Nijhof 2022-11-09 15:19:00 +01:00 committed by GitHub
parent bbf3320d51
commit 3b1171ba55
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.22.0/ha_${BUILD_ARCH}" \
"https://github.com/home-assistant/cli/releases/download/4.23.0/ha_${BUILD_ARCH}" \
&& chmod a+x /usr/bin/ha \
\
&& git clone --branch master --single-branch --depth 1 \