From 02e688ad3a69a7326f64e2cb2912fd1ab82a72ca Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 16 Feb 2021 16:14:01 +0100 Subject: [PATCH] Update Dockerfile --- filebrowser/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \