Skip to content

Commit

Permalink
test: always use latest version to test
Browse files Browse the repository at this point in the history
  • Loading branch information
max-wittig committed Jul 21, 2019
1 parent b9877b4 commit 82b0fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Dockerfile-test
Expand Up @@ -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 \
Expand Down

0 comments on commit 82b0fc6

Please sign in to comment.