From af269f164f3b7a7358ea0bca9c5ccf1d9c547688 Mon Sep 17 00:00:00 2001 From: Malachi Soord Date: Sun, 23 Aug 2020 12:29:56 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20TasmoAdmin=20to?= =?UTF-8?q?=20v1.6.5=20(#92)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes --- v1.6.4 - https://github.com/reloxx13/TasmoAdmin/releases/tag/v1.6.4 v1.6.5 - https://github.com/reloxx13/TasmoAdmin/releases/tag/v1.6.5 --- tasmoadmin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index b8a37e7..acd70fc 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -20,7 +20,7 @@ RUN \ && apk add --no-cache --virtual .build-dependencies \ git=2.24.3-r0 \ \ - && git clone --branch v1.6.3 --depth=1 \ + && git clone --branch v1.6.5 --depth=1 \ https://github.com/reloxx13/TasmoAdmin.git /var/www/tasmoadmin \ \ && apk del --no-cache --purge .build-dependencies \