From 8151e719f6251752082bd3ec03502a9831568ec5 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 13 Jun 2018 20:30:06 +0200 Subject: [PATCH] :arrow_up: Upgrades git to 2.15.2-r0 --- tasmoadmin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index e9dc4bd..23aceaa 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -15,7 +15,7 @@ RUN \ php7=7.1.17-r0 \ \ && apk add --no-cache --virtual .build-dependencies \ - git=2.15.0-r1 \ + git=2.15.2-r0 \ \ && git clone --branch master --single-branch \ https://github.com/reloxx13/TasmoAdmin.git /var/www/tasmoadmin \