diff --git a/filebrowser/Dockerfile b/filebrowser/Dockerfile index e11c92cf5..90a4f3149 100644 --- a/filebrowser/Dockerfile +++ b/filebrowser/Dockerfile @@ -5,8 +5,9 @@ RUN apk add --no-cache \ curl \ jq \ bash \ + bind-tools \ && curl -J -L -o /tmp/bashio.tar.gz \ - "https://github.com/hassio-addons/bashio/archive/v0.10.1.tar.gz" \ + "https://github.com/hassio-addons/bashio/archive/v0.12.1.tar.gz" \ && mkdir /tmp/bashio \ && tar zxvf \ /tmp/bashio.tar.gz \