From 0dac32d845be2aa55d5339fbb4be641abfcdd71d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 16 Feb 2021 12:28:02 +0100 Subject: [PATCH] Update Dockerfile --- ubooquity/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubooquity/Dockerfile b/ubooquity/Dockerfile index c39479132..15a049eae 100644 --- a/ubooquity/Dockerfile +++ b/ubooquity/Dockerfile @@ -10,7 +10,7 @@ RUN 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 \