From fb0c1a3698175916dfdb359240b82f7d232a6b1b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 15 May 2021 06:53:38 +0200 Subject: [PATCH] Update Dockerfile --- bazarr/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazarr/Dockerfile b/bazarr/Dockerfile index 22eeb62d8..91a59e0d8 100644 --- a/bazarr/Dockerfile +++ b/bazarr/Dockerfile @@ -5,7 +5,7 @@ FROM ${BUILD_FROM}${BUILD_UPSTREAM} RUN 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.13.0.tar.gz" \ && mkdir /tmp/bashio \ && tar zxvf \ /tmp/bashio.tar.gz \