From 329bb5bdcaeb261b0ae2b45e676e57e5ba3c5f2e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 23 Aug 2020 12:32:08 +0200 Subject: [PATCH] :arrow_up: Upgrades git to 2.26.2-r0 --- tasmoadmin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 32701da..e291bc4 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -18,7 +18,7 @@ RUN \ php7=7.3.21-r0 \ \ && apk add --no-cache --virtual .build-dependencies \ - git=2.24.3-r0 \ + git=2.26.2-r0 \ \ && git clone --branch v1.6.5 --depth=1 \ https://github.com/reloxx13/TasmoAdmin.git /var/www/tasmoadmin \