From c008d5f0da64fc1815270bf07a4cee86c79b3f12 Mon Sep 17 00:00:00 2001 From: solidnerd Date: Thu, 5 Dec 2019 11:01:13 +0100 Subject: [PATCH] Update gitaly to 1.72.1 Signed-off-by: solidnerd --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 40e84dc3..85496644 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ENV GITLAB_VERSION=${VERSION} \ GITLAB_SHELL_VERSION=10.2.0 \ GITLAB_WORKHORSE_VERSION=8.14.1 \ GITLAB_PAGES_VERSION=1.12.0 \ - GITALY_SERVER_VERSION=1.72.0 \ + GITALY_SERVER_VERSION=1.72.1 \ GITLAB_USER="git" \ GITLAB_HOME="/home/git" \ GITLAB_LOG_DIR="/var/log/gitlab" \