From c19a365227e0feadfa60849f1665f495e0604e6a Mon Sep 17 00:00:00 2001 From: Sergey Rusakov Date: Fri, 1 Feb 2019 11:48:21 +0300 Subject: [PATCH] Update gitlab-pages to 1.4.0 --- Changelog.md | 1 + Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 1e8a37c2..aee8be32 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,7 @@ https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) for the list o - gitlab: upgrade CE to v11.7.3 - Update gitlab-workhorse to 8.1.1 - Update gitaly to 1.13.0 +- Update gitlab-pages to 1.4.0 **11.7.0** - gitlab: upgrade CE to v11.7.0 diff --git a/Dockerfile b/Dockerfile index f691913a..f5cb677b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ENV GITLAB_VERSION=${VERSION} \ GOLANG_VERSION=1.11.4 \ GITLAB_SHELL_VERSION=8.4.4 \ GITLAB_WORKHORSE_VERSION=8.1.1 \ - GITLAB_PAGES_VERSION=1.3.1 \ + GITLAB_PAGES_VERSION=1.4.0 \ GITALY_SERVER_VERSION=1.13.0 \ GITLAB_USER="git" \ GITLAB_HOME="/home/git" \