From 69217666a6539385910298a759a8a30ac158cad0 Mon Sep 17 00:00:00 2001 From: Malachi Soord Date: Thu, 30 Jun 2022 01:18:36 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20TasmoAdmin=20to?= =?UTF-8?q?=20v2.0.0=20(#250)?= 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 836bb1e..5e23289 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -25,7 +25,7 @@ RUN \ nodejs=16.15.0-r1 \ npm=8.10.0-r0 \ \ - && git clone --branch "v2.0.0-beta9" --depth=1 \ + && git clone --branch "v2.0.0" --depth=1 \ "https://github.com/TasmoAdmin/TasmoAdmin.git" /var/www/tasmoadmin \ \ && cd /var/www/tasmoadmin/tasmoadmin \