diff --git a/Changelog.md b/Changelog.md index 1d59244d..e8a66602 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/Dockerfile b/Dockerfile index d020c03c..7e65b283 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" \