diff options
author | Gauvain Pocentek <gauvainpocentek@gmail.com> | 2019-06-20 08:20:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-20 08:20:56 +0200 |
commit | 51751c5f78ec14e416e595fd42f97d55197df347 (patch) | |
tree | 373af6891ea214f6fd537b1c2af93dac51685e11 | |
parent | 50c53c034b4b8c0b408da47d3347f103e7f32493 (diff) | |
parent | c41069992de392747ccecf8c282ac0549932ccd1 (diff) | |
download | gitlab-51751c5f78ec14e416e595fd42f97d55197df347.tar.gz |
Merge pull request #802 from python-gitlab/chore/gitlab-11.11.3
chore(ci): update the GitLab version in the test image
-rw-r--r-- | tools/Dockerfile-test | 2 |
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 \ |