From e4deb0eebabf91824d29154bbff96d60cfd0a3e1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 25 Jan 2021 12:27:19 +0100 Subject: [PATCH] Update code --- joal/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joal/Dockerfile b/joal/Dockerfile index fe2ba7aac..6add08feb 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -10,7 +10,7 @@ RUN \ jq \ tar \ && 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 \