gitlab: upgrade to CE v8.2.3

This commit is contained in:
Sameer Naik 2015-12-11 13:23:32 +05:30
parent 98c40a3d01
commit d3b12282d3
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ This file only reflects the changes that are made in this image. Please refer to
**latest**
- fixed static asset routing when `GITLAB_RELATIVE_URL_ROOT` is used.
- added `GITLAB_BACKUP_PG_SCHEMA` configuration parameter
- gitlab: upgrade to CE v8.2.3
**8.2.2**
- added `GITLAB_DOWNLOADS_DIR` configuration parameter

View File

@ -1,7 +1,7 @@
FROM sameersbn/ubuntu:14.04.20151117
MAINTAINER sameer@damagehead.com
ENV GITLAB_VERSION=8.2.2 \
ENV GITLAB_VERSION=8.2.3 \
GITLAB_SHELL_VERSION=2.6.8 \
GITLAB_WORKHORSE_VERSION=0.4.2 \
GITLAB_USER="git" \