diff options
author | Max Wittig <max.wittig95@gmail.com> | 2019-07-21 18:16:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-21 18:16:59 +0200 |
commit | 82b0fc6f3884f614912a6440f4676dfebee12d8e (patch) | |
tree | 7189a9c9690f3c1b1ac8c090bfbc75709deb6f49 /tools | |
parent | b9877b4e6479e66ca30a2908ee9c2703366eb9ce (diff) | |
download | gitlab-82b0fc6f3884f614912a6440f4676dfebee12d8e.tar.gz |
test: always use latest version to test
Diffstat (limited to 'tools')
-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 a233e29..e18893e 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.3-ce.0 + gitlab-ce # Manage SSHD through runit RUN mkdir -p /opt/gitlab/sv/sshd/supervise \ |