From d2672dec824460b38333bf13146acefd7f168adf Mon Sep 17 00:00:00 2001
From: Patrick Oberdorf
Date: Sun, 7 Jul 2019 17:33:11 +0200
Subject: [PATCH] Update gitlab-pages to 1.6.1
---
Changelog.md | 1 +
Dockerfile | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/Changelog.md b/Changelog.md
index ad1c1a68..3b93d113 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 v12.0.0
- Update gitaly to 1.47.0
- Update gitlab-shell to 9.3.0
+- Update gitlab-pages to 1.6.1
**11.11.3**
- gitlab: upgrade CE to v11.11.3
diff --git a/Dockerfile b/Dockerfile
index 23c2b7e6..22cac6d3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,7 @@ ENV GITLAB_VERSION=${VERSION} \
GOLANG_VERSION=1.12.6 \
GITLAB_SHELL_VERSION=9.3.0 \
GITLAB_WORKHORSE_VERSION=8.7.0 \
- GITLAB_PAGES_VERSION=1.5.0 \
+ GITLAB_PAGES_VERSION=1.6.1 \
GITALY_SERVER_VERSION=1.47.0 \
GITLAB_USER="git" \
GITLAB_HOME="/home/git" \