From e092a22e06aa1cdb7d840b2a5331d6363e358ba9 Mon Sep 17 00:00:00 2001 From: Pieter Meyvaert Date: Mon, 24 Oct 2016 17:20:17 +0200 Subject: [PATCH] Updated gitlab-workhorse to version 0.8.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 005be834..0b8f8449 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV GITLAB_VERSION=8.13.0 \ RUBY_VERSION=2.3 \ GOLANG_VERSION=1.5.3 \ GITLAB_SHELL_VERSION=3.6.6 \ - GITLAB_WORKHORSE_VERSION=0.8.2 \ + GITLAB_WORKHORSE_VERSION=0.8.5 \ GITLAB_USER="git" \ GITLAB_HOME="/home/git" \ GITLAB_LOG_DIR="/var/log/gitlab" \