diff --git a/Changelog.md b/Changelog.md index d3558593..12283557 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.5.5 + **8.5.4** - gitlab: upgrade to CE v8.5.4 diff --git a/Dockerfile b/Dockerfile index a8fdf908..52e843aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM sameersbn/ubuntu:14.04.20160308 MAINTAINER sameer@damagehead.com -ENV GITLAB_VERSION=8.5.4 \ +ENV GITLAB_VERSION=8.5.5 \ GITLAB_SHELL_VERSION=2.6.10 \ GITLAB_WORKHORSE_VERSION=0.6.4 \ GOLANG_VERSION=1.5.3 \