Skip to content

Commit

Permalink
Merge pull request #802 from python-gitlab/chore/gitlab-11.11.3
Browse files Browse the repository at this point in the history
chore(ci): update the GitLab version in the test image
  • Loading branch information
gpocentek committed Jun 20, 2019
2 parents 50c53c0 + c410699 commit 51751c5
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.2-ce.0
gitlab-ce=11.11.3-ce.0

# Manage SSHD through runit
RUN mkdir -p /opt/gitlab/sv/sshd/supervise \
Expand Down

0 comments on commit 51751c5

Please sign in to comment.