diff --git a/Changelog.md b/Changelog.md index 0e6beb07..67da5d3c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,7 @@ This file only reflects the changes that are made in this image. Please refer to **latest** - added `GITLAB_SIGNUP_ENABLED` option to enable/disable signups +- gitlab: upgrade to CE v8.6.7 **8.6.6** - gitlab: upgrade to CE v8.6.6 diff --git a/Dockerfile b/Dockerfile index c88e3206..eb6ef0fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM sameersbn/ubuntu:14.04.20160416 MAINTAINER sameer@damagehead.com -ENV GITLAB_VERSION=8.6.6 \ +ENV GITLAB_VERSION=8.6.7 \ GITLAB_SHELL_VERSION=2.6.12 \ GITLAB_WORKHORSE_VERSION=0.7.1 \ GOLANG_VERSION=1.5.3 \