Merge branch 'gitlab-8.4.2'

This commit is contained in:
Sameer Naik 2016-01-30 13:42:15 +05:30
commit 9add016aaa
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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" \