From c664555550e8999e8ce1892a7010b0fced692fac Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 15 May 2021 06:49:32 +0200 Subject: [PATCH] Update Dockerfile --- piwigo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piwigo/Dockerfile b/piwigo/Dockerfile index ad6f8a21f..4feb04d07 100644 --- a/piwigo/Dockerfile +++ b/piwigo/Dockerfile @@ -16,7 +16,7 @@ RUN \ cifs-utils \ \ && 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 \