From b4d4604e7798538ba8896cb43e0716e871dac9ab Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Tue, 26 Jan 2016 14:02:30 +0530 Subject: [PATCH] gitlab: upgrade to CE v8.4.1 --- Changelog.md | 3 +++ Dockerfile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index c84a8e1d..fcb3e8d1 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: upgrade to CE v8.4.1 + **8.4.0-1** - `assets:precompile` moved back to build time diff --git a/Dockerfile b/Dockerfile index f1a0f540..8a5f2025 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM sameersbn/ubuntu:14.04.20160121 MAINTAINER sameer@damagehead.com -ENV GITLAB_VERSION=8.4.0 \ +ENV GITLAB_VERSION=8.4.1 \ GITLAB_SHELL_VERSION=2.6.10 \ GITLAB_WORKHORSE_VERSION=0.6.1 \ GITLAB_USER="git" \