From efc17377f9cf501080e09e203560a0abdfeac2c8 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 26 Jun 2018 06:22:48 +0200 Subject: [PATCH] :arrow_up: Upgrades TasmoAdmin to v1.3.1 --- tasmoadmin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 78c0b40..02f38b7 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -17,7 +17,7 @@ RUN \ && apk add --no-cache --virtual .build-dependencies \ git=2.15.2-r0 \ \ - && git clone --branch v1.1.0 --depth=1 \ + && git clone --branch v1.3.1 --depth=1 \ https://github.com/reloxx13/TasmoAdmin.git /var/www/tasmoadmin \ \ && apk del --purge .build-dependencies \