upgrade git-workhorse to v1.2.1

This commit is contained in:
timfeirg 2016-12-24 13:33:47 +08:00
parent d999e4887b
commit e55efbb43c
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ This file only reflects the changes that are made in this image. Please refer to
**8.15.0**
- gitlab: upgrade to CE v8.15.0
- gitlab-workhorse: upgrade to v1.2.1
**8.14.5**
- gitlab: upgrade to CE v8.14.5

View File

@ -5,7 +5,7 @@ ENV GITLAB_VERSION=8.15.0 \
RUBY_VERSION=2.3 \
GOLANG_VERSION=1.6.3 \
GITLAB_SHELL_VERSION=4.0.3 \
GITLAB_WORKHORSE_VERSION=1.1.1 \
GITLAB_WORKHORSE_VERSION=1.2.1 \
GITLAB_USER="git" \
GITLAB_HOME="/home/git" \
GITLAB_LOG_DIR="/var/log/gitlab" \