From 10c92da8e2e0c1b60124c4cff7f66f9761645a94 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 13 Mar 2023 13:42:54 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20TasmoAdmin=20to?= =?UTF-8?q?=20v3.0.1=20(#288)?= 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 1729ac8..6120be6 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -26,7 +26,7 @@ RUN \ nodejs=18.14.2-r0 \ npm=9.1.2-r0 \ \ - && git clone --branch "v2.3.3" --depth=1 \ + && git clone --branch "v3.0.1" --depth=1 \ "https://github.com/TasmoAdmin/TasmoAdmin.git" /var/www/tasmoadmin \ \ && cd /var/www/tasmoadmin/tasmoadmin \