From c780dc00bada60bbb5b3e4fc100fd0c2f77c7e00 Mon Sep 17 00:00:00 2001 From: Malachi Soord Date: Mon, 28 Feb 2022 08:58:21 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20TasmoAdmin=20to?= =?UTF-8?q?=20v1.8.0=20(#231)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasmoadmin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 4a46dc3..9782e35 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -20,7 +20,7 @@ RUN \ && apk add --no-cache --virtual .build-dependencies \ git=2.34.1-r0 \ \ - && git clone --branch v1.7.0 --depth=1 \ + && git clone --branch v1.8.0 --depth=1 \ https://github.com/reloxx13/TasmoAdmin.git /var/www/tasmoadmin \ \ && apk del --no-cache --purge .build-dependencies \