diff --git a/Changelog.md b/Changelog.md index 140b1e17..88ba883c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,10 @@ 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 +- gitlab: upgrade to CE v8.4.2 + **8.4.1** - gitlab: upgrade to CE v8.4.1 diff --git a/Dockerfile b/Dockerfile index 8a5f2025..7ef42a4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ FROM sameersbn/ubuntu:14.04.20160121 MAINTAINER sameer@damagehead.com -ENV GITLAB_VERSION=8.4.1 \ +ENV GITLAB_VERSION=8.4.2 \ 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" \