diff --git a/Changelog.md b/Changelog.md index 140b1e17..ba167ebf 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,9 @@ This file only reflects the changes that are made in this image. Please refer to the upstream GitLab [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) for the list of changes in GitLab. +**latest** +- gitlab-workhorse: upgrade to v0.6.2 + **8.4.1** - gitlab: upgrade to CE v8.4.1 diff --git a/Dockerfile b/Dockerfile index 8a5f2025..cb5333b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER sameer@damagehead.com ENV GITLAB_VERSION=8.4.1 \ GITLAB_SHELL_VERSION=2.6.10 \ - GITLAB_WORKHORSE_VERSION=0.6.1 \ + GITLAB_WORKHORSE_VERSION=0.6.2 \ GITLAB_USER="git" \ GITLAB_HOME="/home/git" \ GITLAB_LOG_DIR="/var/log/gitlab" \