Update gitlab-shell to 9.1.0

This commit is contained in:
Sergey Rusakov 2019-05-27 17:11:51 +03:00 committed by Niclas Mietz
parent ebf19ef30c
commit 95ca449241
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) for the list o
**11.11.0**
- gitlab: upgrade CE to v11.11.0
- Update gitaly to 1.42.0
- Update gitlab-shell to 9.1.0
**11.10.4**
- gitlab: upgrade CE to v11.10.4

View File

@ -7,7 +7,7 @@ ARG VERSION=11.11.0
ENV GITLAB_VERSION=${VERSION} \
RUBY_VERSION=2.5 \
GOLANG_VERSION=1.11.9 \
GITLAB_SHELL_VERSION=9.0.0 \
GITLAB_SHELL_VERSION=9.1.0 \
GITLAB_WORKHORSE_VERSION=8.5.2 \
GITLAB_PAGES_VERSION=1.5.0 \
GITALY_SERVER_VERSION=1.42.0 \