From 7fef583f83a4bf8d7b728bbb18d3b05c6cc6d5c7 Mon Sep 17 00:00:00 2001 From: Takamichi Urata Date: Thu, 30 Jun 2016 15:55:07 +0900 Subject: [PATCH] gitlab: upgrade to CE v8.9.3 --- Changelog.md | 3 +++ Dockerfile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index a4811598..f0128e20 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. +**8.9.3** +- gitlab: upgrade to CE v8.9.3 + **8.9.2** - gitlab: upgrade to CE v8.9.2 diff --git a/Dockerfile b/Dockerfile index 0a192df2..f0a00310 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM sameersbn/ubuntu:14.04.20160608 MAINTAINER sameer@damagehead.com -ENV GITLAB_VERSION=8.9.2 \ +ENV GITLAB_VERSION=8.9.3 \ GITLAB_SHELL_VERSION=3.0.0 \ GITLAB_WORKHORSE_VERSION=0.7.5 \ GOLANG_VERSION=1.5.3 \