From 100a9f8adbb6105a79d342777b3cfce587c0e8a5 Mon Sep 17 00:00:00 2001 From: Sergey Rusakov Date: Mon, 1 Apr 2019 23:44:04 +0300 Subject: [PATCH] Update gitlab-workhorse to 8.3.3 --- Changelog.md | 1 + Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index c8209d95..2455595f 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.9.4** - gitlab: upgrade CE to v11.9.4 +- Update gitlab-workhorse to 8.3.3 **11.9.1** - gitlab: upgrade CE to v11.9.1 diff --git a/Dockerfile b/Dockerfile index f31938cb..23f1ea85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ENV GITLAB_VERSION=${VERSION} \ RUBY_VERSION=2.5 \ GOLANG_VERSION=1.11.6 \ GITLAB_SHELL_VERSION=8.7.1 \ - GITLAB_WORKHORSE_VERSION=8.3.1 \ + GITLAB_WORKHORSE_VERSION=8.3.3 \ GITLAB_PAGES_VERSION=1.5.0 \ GITALY_SERVER_VERSION=1.27.1 \ GITLAB_USER="git" \