Skip to content

Commit 51751c5

Browse files
authored
Merge pull request #802 from python-gitlab/chore/gitlab-11.11.3
chore(ci): update the GitLab version in the test image
2 parents 50c53c0 + c410699 commit 51751c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Dockerfile-test

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update \
1111
tzdata \
1212
&& curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | bash \
1313
&& apt-get install -qy --no-install-recommends \
14-
gitlab-ce=11.11.2-ce.0
14+
gitlab-ce=11.11.3-ce.0
1515

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

0 commit comments

Comments
 (0)