From 7bfde234b9d3d35f4ceb249b385a40089947797d Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Thu, 27 Aug 2015 10:25:10 +0530 Subject: [PATCH] gitlab: upgrade to CE v.7.14.1 --- Changelog.md | 3 +++ Dockerfile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 604e60f8..8b10a969 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,9 @@ This file only reflects the changes that are made in the the docker image. Please refer to the upstream GitLab [CHANGELOG](https://github.com/gitlabhq/gitlabhq/blob/master/CHANGELOG) for the list of changes in GitLab. +**latest** +- gitlab: upgrade to CE v.7.14.1 + **7.14.0** - gitlab-shell: upgrade to v.2.6.4 - gitlab: upgrade to CE v.7.14.0 diff --git a/Dockerfile b/Dockerfile index 32b53e42..f4aff16b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM sameersbn/ubuntu:14.04.20150825 MAINTAINER sameer@damagehead.com -ENV GITLAB_VERSION=7.14.0 \ +ENV GITLAB_VERSION=7.14.1 \ GITLAB_SHELL_VERSION=2.6.4 \ GITLAB_USER="git" \ GITLAB_HOME="/home/git" \