diff --git a/Changelog.md b/Changelog.md index 5a46fb32..65e77465 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,9 @@ 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: upgrade to CE v8.6.4 + **8.6.3** - gitlab-shell: upgrade to v.2.6.12 - gitlab: upgrade to CE v8.6.3 diff --git a/Dockerfile b/Dockerfile index 90c0a5e6..a0cd6ebb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM sameersbn/ubuntu:14.04.20160321 MAINTAINER sameer@damagehead.com -ENV GITLAB_VERSION=8.6.3 \ +ENV GITLAB_VERSION=8.6.4 \ GITLAB_SHELL_VERSION=2.6.12 \ GITLAB_WORKHORSE_VERSION=0.7.1 \ GOLANG_VERSION=1.5.3 \