From e8691cbb06c800259fb2d6fd2ecbd4389416839a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 17 Feb 2021 04:56:09 +0100 Subject: [PATCH] Update Dockerfile --- filebrowser/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \