From 056146b25d10d9ab9f4d57357b7c31269c04c8a7 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 16 Dec 2022 13:26:42 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20TasmoAdmin=20to?= =?UTF-8?q?=20v2.2.0=20(#271)?= 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 7e9c2f2..1c8b3ae 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -26,7 +26,7 @@ RUN \ nodejs=18.12.1-r0 \ npm=9.1.2-r0 \ \ - && git clone --branch "v2.1.1" --depth=1 \ + && git clone --branch "v2.2.0" --depth=1 \ "https://github.com/TasmoAdmin/TasmoAdmin.git" /var/www/tasmoadmin \ \ && cd /var/www/tasmoadmin/tasmoadmin \