diff --git a/Changelog.md b/Changelog.md index e41bd0a9..3f38908d 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-shell: upgrade to v.2.6.7 + **8.1.4** - gitlab: upgrade to CE v8.1.4 diff --git a/Dockerfile b/Dockerfile index f25982a2..c04dd191 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM sameersbn/ubuntu:14.04.20151117 MAINTAINER sameer@damagehead.com ENV GITLAB_VERSION=8.1.4 \ - GITLAB_SHELL_VERSION=2.6.5 \ + GITLAB_SHELL_VERSION=2.6.7 \ GITLAB_GIT_HTTP_SERVER_VERSION=0.3.0 \ GITLAB_USER="git" \ GITLAB_HOME="/home/git" \