From 193f2a32d6cbb8fdcac882f0dba81e8180a81f9b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 13 Dec 2019 11:05:30 +0100 Subject: [PATCH] Bump hassio-cli to 3.1.1 (#4) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 491267a..d7399a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"] # Install CLI ARG BUILD_ARCH -ARG HASSIO_CLI_VERSION=3.1.0 +ARG HASSIO_CLI_VERSION=3.1.1 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 \