From e118eea47261a7f5ed86b79c7a7a0cb0e64c98de Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 25 Aug 2019 21:32:12 +0200 Subject: [PATCH] :arrow_up: Upgrades git to 2.22.0-r0 --- tautulli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tautulli/Dockerfile b/tautulli/Dockerfile index ce7416f..107f858 100644 --- a/tautulli/Dockerfile +++ b/tautulli/Dockerfile @@ -25,7 +25,7 @@ RUN \ libressl-dev=2.7.5-r0 \ \ && apk add --no-cache \ - git=2.20.1-r0 \ + git=2.22.0-r0 \ python2=2.7.16-r1 \ py2-pip=18.1-r0 \ wget=1.20.3-r0 \