From 5eed1461ca74c2fead87b1aa7c9ee29266f7d4b1 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 9 Nov 2021 09:39:15 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Bashio=20to=20v?= =?UTF-8?q?0.14.1=20(#166)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index d14467e..6025ed8 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -48,7 +48,7 @@ RUN \ && mkdir -p /etc/services.d \ \ && curl -J -L -o /tmp/bashio.tar.gz \ - "https://github.com/hassio-addons/bashio/archive/v0.14.0.tar.gz" \ + "https://github.com/hassio-addons/bashio/archive/v0.14.1.tar.gz" \ && mkdir /tmp/bashio \ && tar zxvf \ /tmp/bashio.tar.gz \