summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2019-06-20 08:18:26 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2019-06-20 08:18:26 +0200
commitc41069992de392747ccecf8c282ac0549932ccd1 (patch)
tree373af6891ea214f6fd537b1c2af93dac51685e11 /tools
parent50c53c034b4b8c0b408da47d3347f103e7f32493 (diff)
downloadgitlab-c41069992de392747ccecf8c282ac0549932ccd1.tar.gz
chore(ci): update the GitLab version in the test image
Diffstat (limited to 'tools')
-rw-r--r--tools/Dockerfile-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Dockerfile-test b/tools/Dockerfile-test
index 68ef467..a233e29 100644
--- a/tools/Dockerfile-test
+++ b/tools/Dockerfile-test
@@ -11,7 +11,7 @@ RUN apt-get update \
tzdata \
&& curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | bash \
&& apt-get install -qy --no-install-recommends \
- gitlab-ce=11.11.2-ce.0
+ gitlab-ce=11.11.3-ce.0
# Manage SSHD through runit
RUN mkdir -p /opt/gitlab/sv/sshd/supervise \