From 8434ab1351abe45f9d32a94d6477bdd02df9052a Mon Sep 17 00:00:00 2001 From: Sergey Rusakov Date: Fri, 22 Feb 2019 10:00:52 +0300 Subject: [PATCH] Update gitlab-workhorse to 8.3.1 --- Changelog.md | 1 + Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 551f0530..399b47a7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,7 @@ https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) for the list o **11.8.0** - gitlab: upgrade CE to v11.8.0 +- Update gitlab-workhorse to 8.3.1 **11.7.5** - gitlab: upgrade CE to v11.7.5 diff --git a/Dockerfile b/Dockerfile index 1d125666..478e6750 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ENV GITLAB_VERSION=${VERSION} \ RUBY_VERSION=2.5 \ GOLANG_VERSION=1.11.4 \ GITLAB_SHELL_VERSION=8.4.4 \ - GITLAB_WORKHORSE_VERSION=8.0.2 \ + GITLAB_WORKHORSE_VERSION=8.3.1 \ GITLAB_PAGES_VERSION=1.3.1 \ GITALY_SERVER_VERSION=1.12.2 \ GITLAB_USER="git" \