diff --git a/filebrowser/Dockerfile b/filebrowser/Dockerfile index 0ce1ebaf8..8219a2032 100644 --- a/filebrowser/Dockerfile +++ b/filebrowser/Dockerfile @@ -8,7 +8,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 \