From 839bc49d3a4d89dcb6f34c4cf6de300a30bc4934 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Sun, 26 Jun 2016 11:14:41 +0530 Subject: [PATCH] gitlab: upgrade to CE v8.9.1 --- Changelog.md | 6 ++++++ Dockerfile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index aeb48fc1..55f0b073 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,12 @@ 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.9.1 + +**8.9.0** +- gitlab: upgrade to CE v8.9.0 + **8.8.5-1** - added GitLab Container Registry support - added `SSL_CIPHERS` option to change ciphers of the nginx diff --git a/Dockerfile b/Dockerfile index 872bcb55..c6576185 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM sameersbn/ubuntu:14.04.20160608 MAINTAINER sameer@damagehead.com -ENV GITLAB_VERSION=8.9.0 \ +ENV GITLAB_VERSION=8.9.1 \ GITLAB_SHELL_VERSION=3.0.0 \ GITLAB_WORKHORSE_VERSION=0.7.5 \ GOLANG_VERSION=1.5.3 \