mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-04 11:11:30 +00:00
⬆️ Upgrades Home Assistant CLI to v4.10.1 (#180)
This commit is contained in:
parent
41e62a8594
commit
16b4f07885
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ RUN \
|
||||||
&& ls -la /root/.code-server/extensions/ \
|
&& ls -la /root/.code-server/extensions/ \
|
||||||
\
|
\
|
||||||
&& curl -L -s -o /usr/bin/ha \
|
&& curl -L -s -o /usr/bin/ha \
|
||||||
"https://github.com/home-assistant/cli/releases/download/4.10.0/ha_${BUILD_ARCH}" \
|
"https://github.com/home-assistant/cli/releases/download/4.10.1/ha_${BUILD_ARCH}" \
|
||||||
&& chmod a+x /usr/bin/ha \
|
&& chmod a+x /usr/bin/ha \
|
||||||
\
|
\
|
||||||
&& git clone --branch master --single-branch --depth 1 \
|
&& git clone --branch master --single-branch --depth 1 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue