Skip to content

Commit

Permalink
Upgrades Hassio CLI to v2.3.0 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored and pvizeli committed Aug 10, 2019
1 parent e808d66 commit 0a155a2
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 HASSIO_CLI_VERSION=2.2.0
ARG HASSIO_CLI_VERSION=2.3.0
RUN apk add --no-cache curl \
&& curl -Lso /usr/bin/hassio https://github.com/home-assistant/hassio-cli/releases/download/${HASSIO_CLI_VERSION}/hassio_${BUILD_ARCH} \
&& chmod a+x /usr/bin/hassio \
Expand Down

0 comments on commit 0a155a2

Please sign in to comment.