We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56aa82d commit ebf19efCopy full SHA for ebf19ef
Changelog.md
@@ -5,6 +5,7 @@ https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) for the list o
5
6
**11.11.0**
7
- gitlab: upgrade CE to v11.11.0
8
+- Update gitaly to 1.42.0
9
10
**11.10.4**
11
- gitlab: upgrade CE to v11.10.4
Dockerfile
@@ -10,7 +10,7 @@ ENV GITLAB_VERSION=${VERSION} \
GITLAB_SHELL_VERSION=9.0.0 \
GITLAB_WORKHORSE_VERSION=8.5.2 \
12
GITLAB_PAGES_VERSION=1.5.0 \
13
- GITALY_SERVER_VERSION=1.34.1 \
+ GITALY_SERVER_VERSION=1.42.0 \
14
GITLAB_USER="git" \
15
GITLAB_HOME="/home/git" \
16
GITLAB_LOG_DIR="/var/log/gitlab" \
0 commit comments