From 20d7d01028af24c6c5bb445147dc5bea69522772 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 20 Aug 2019 21:34:23 +0200 Subject: [PATCH] :arrow_up: Upgrades Bashio to v0.4.1 --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 1be58f2..89eca5f 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -55,7 +55,7 @@ RUN \ && mkdir -p /etc/services.d \ \ && curl -J -L -o /tmp/bashio.tar.gz \ - "https://github.com/hassio-addons/bashio/archive/v0.4.0.tar.gz" \ + "https://github.com/hassio-addons/bashio/archive/v0.4.1.tar.gz" \ && mkdir /tmp/bashio \ && tar zxvf \ /tmp/bashio.tar.gz \