From dfacc3541f31d636b36d179cc1056bdd084e5de9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 20 Jun 2019 23:47:48 +0200 Subject: [PATCH] :arrow_up: Upgrades bashio to v0.3.2 --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index abd8490..86ed21c 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.3.1.tar.gz" \ + "https://github.com/hassio-addons/bashio/archive/v0.3.2.tar.gz" \ && mkdir /tmp/bashio \ && tar zxvf \ /tmp/bashio.tar.gz \