From 55195e2a53f90ebf5164cdf192cbc0b1ba67aa3f Mon Sep 17 00:00:00 2001 From: phenomax Date: Tue, 29 Nov 2016 12:10:09 +0100 Subject: [PATCH] Upgrading to Workhorse 1.0.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 34f20e76..c3cb6bc4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV GITLAB_VERSION=8.14.1 \ RUBY_VERSION=2.3 \ GOLANG_VERSION=1.6.3 \ GITLAB_SHELL_VERSION=4.0.0 \ - GITLAB_WORKHORSE_VERSION=1.0.0 \ + GITLAB_WORKHORSE_VERSION=1.0.1 \ GITLAB_USER="git" \ GITLAB_HOME="/home/git" \ GITLAB_LOG_DIR="/var/log/gitlab" \