From c2fca72b675bd1292e3092613ccbde93f3624fca Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Sun, 17 Apr 2016 19:33:24 +0530 Subject: [PATCH] gitlab-shell: upgrade to v.2.7.2 --- Changelog.md | 3 +++ Dockerfile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index cbe8a6e4..3f3f5f83 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.7.2 + **8.6.7** - added `GITLAB_SIGNUP_ENABLED` option to enable/disable signups - gitlab: upgrade to CE v8.6.7 diff --git a/Dockerfile b/Dockerfile index fa1e2fb5..3467cca0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM sameersbn/ubuntu:14.04.20160422 MAINTAINER sameer@damagehead.com ENV GITLAB_VERSION=8.6.7 \ - GITLAB_SHELL_VERSION=2.6.12 \ + GITLAB_SHELL_VERSION=2.7.2 \ GITLAB_WORKHORSE_VERSION=0.7.1 \ GOLANG_VERSION=1.5.3 \ GITLAB_USER="git" \