From 00730e8510cc49207dd9a0714e1e2bd0b23e0207 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 1 Nov 2021 19:52:14 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Bashio=20to=20v?= =?UTF-8?q?0.14.0=20(#164)?= 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 e417aa8..d14467e 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.13.1.tar.gz" \ + "https://github.com/hassio-addons/bashio/archive/v0.14.0.tar.gz" \ && mkdir /tmp/bashio \ && tar zxvf \ /tmp/bashio.tar.gz \