Skip to content

Commit

Permalink
Update Home Assistant CLI to v4.0.1 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Feb 15, 2020
1 parent b126ea2 commit e5bf0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"]

# Install CLI
ARG BUILD_ARCH
ARG CLI_VERSION=4.0.0
ARG CLI_VERSION=4.0.1
RUN apk add --no-cache curl \
&& curl -Lso /usr/bin/ha https://github.com/home-assistant/cli/releases/download/${CLI_VERSION}/ha_${BUILD_ARCH} \
&& chmod a+x /usr/bin/ha \
Expand Down

0 comments on commit e5bf0b2

Please sign in to comment.