From 8cc0e110fd03aac832ee73ce37c70f172bf04728 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 25 Jan 2021 22:11:50 +0100 Subject: [PATCH] :arrow_up: Upgrades Bashio to v0.11.0 (#76) --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index a3b2920..97df68b 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.10.1.tar.gz" \ + "https://github.com/hassio-addons/bashio/archive/v0.11.0.tar.gz" \ && mkdir /tmp/bashio \ && tar zxvf \ /tmp/bashio.tar.gz \