From e151e1ee0609f9d929da3232bb321b1ea9645fed Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 14 Jul 2018 21:39:58 +0200 Subject: [PATCH] :arrow_up: Upgrades TasmoAdmin to 1.5.2 --- tasmoadmin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 885ae6d..74f4c75 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -17,7 +17,7 @@ RUN \ && apk add --no-cache --virtual .build-dependencies \ git=2.18.0-r0 \ \ - && git clone --branch v1.3.1 --depth=1 \ + && git clone --branch v1.5.2 --depth=1 \ https://github.com/reloxx13/TasmoAdmin.git /var/www/tasmoadmin \ \ && apk del --purge .build-dependencies \