From 80953f711530d2044671046d448e27e97146bcf0 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 20 Jun 2022 22:31:18 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20TasmoAdmin=20to?= =?UTF-8?q?=20v2.0.0-beta8=20(#245)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasmoadmin/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 1723adc..efd1ead 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -23,11 +23,10 @@ RUN \ nodejs=16.15.0-r1 \ npm=8.10.0-r0 \ \ - && git clone --branch "v2.0.0-beta6" --depth=1 \ + && git clone --branch "v2.0.0-beta8" --depth=1 \ "https://github.com/reloxx13/TasmoAdmin.git" /var/www/tasmoadmin \ \ && cd /var/www/tasmoadmin/tasmoadmin \ - && composer remove --dev --no-install "phpunit/phpunit" \ && composer install --no-dev \ \ && npm ci \