From 9543e0f1df19d87e47a4fa6c7663ec30e4806e65 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 15 May 2021 06:50:40 +0200 Subject: [PATCH] Update Dockerfile --- ubooquity/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubooquity/Dockerfile b/ubooquity/Dockerfile index 150769b19..e0bc1e9d7 100644 --- a/ubooquity/Dockerfile +++ b/ubooquity/Dockerfile @@ -12,7 +12,7 @@ RUN apk add --no-cache \ jq \ moreutils \ && 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.13.0.tar.gz" \ && mkdir /tmp/bashio \ && tar zxvf \ /tmp/bashio.tar.gz \