From eb00248955525e9689f7e86f40a3227f2936399a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 15 May 2021 06:55:12 +0200 Subject: [PATCH] Update Dockerfile --- transmission/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmission/Dockerfile b/transmission/Dockerfile index 849e0a49f..db0867331 100644 --- a/transmission/Dockerfile +++ b/transmission/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.13.0.tar.gz" \ && mkdir /tmp/bashio \ && tar zxvf \ /tmp/bashio.tar.gz \