From c3ac0747a5a1e4960cde928e51ba6f6110078ac5 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 26 Oct 2018 18:52:12 +0200 Subject: [PATCH] :arrow_up: Upgrades git to 2.18.1-r0 (#13) --- tautulli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tautulli/Dockerfile b/tautulli/Dockerfile index 35465a8..c091762 100644 --- a/tautulli/Dockerfile +++ b/tautulli/Dockerfile @@ -22,7 +22,7 @@ RUN \ libressl-dev=2.7.4-r0 \ \ && apk add --no-cache \ - git=2.18.0-r0 \ + git=2.18.1-r0 \ python2=2.7.15-r1 \ py2-pip=10.0.1-r0 \ wget=1.19.5-r0 \