gitlab: upgrade to CE v.8.0.3

This commit is contained in:
Sameer Naik 2015-09-30 19:40:21 +05:30
parent 3a9e3fc7df
commit 8a375eaf52
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
This file only reflects the changes that are made in the the docker image. Please refer to the upstream GitLab [CHANGELOG](https://github.com/gitlabhq/gitlabhq/blob/master/CHANGELOG) for the list of changes in GitLab.
**latest**
- gitlab: upgrade to CE v.8.0.3
**8.0.2**
- gitlab: upgrade to CE v.8.0.2
- added `IMAP_STARTTLS` parameter, defaults to `false`

View File

@ -1,7 +1,7 @@
FROM sameersbn/ubuntu:14.04.20150825
MAINTAINER sameer@damagehead.com
ENV GITLAB_VERSION=8.0.2 \
ENV GITLAB_VERSION=8.0.3 \
GITLAB_SHELL_VERSION=2.6.5 \
GITLAB_USER="git" \
GITLAB_HOME="/home/git" \