Skip to content

Commit

Permalink
⬆️ Upgrades Home Assistant CLI to v4.17.0 (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored May 2, 2022
1 parent b334a09 commit a800abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,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.16.1/ha_${BUILD_ARCH}" \
"https://github.com/home-assistant/cli/releases/download/4.17.0/ha_${BUILD_ARCH}" \
&& chmod a+x /usr/bin/ha \
\
&& git clone --branch master --single-branch --depth 1 \
Expand Down

0 comments on commit a800abc

Please sign in to comment.