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 \