From d5370cfa310f7fb7f4ac7e65134118dff1a5621c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 20 Jan 2021 21:32:18 +0100 Subject: [PATCH] Update bashio --- nextcloud/Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 681b461db..d00e4507a 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -10,11 +10,10 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Add bashio RUN set +e \ - apk add --no-cache \ - curl \ - jq \ + && apk add --no-cache \ + curl jq \ && curl -J -L -o /tmp/bashio.tar.gz \ - "https://github.com/hassio-addons/bashio/archive/v0.7.1.tar.gz" \ + "https://github.com/hassio-addons/bashio/archive/v0.10.1.tar.gz" \ && mkdir /tmp/bashio \ && tar zxvf \ /tmp/bashio.tar.gz \