Skip to content
This repository was archived by the owner on Oct 25, 2019. It is now read-only.

Commit 6310017

Browse files
committed
Fix version for 7.10.4
1 parent 1f7486e commit 6310017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get install -qy --no-install-recommends \
88
curl \
99
&& curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | bash \
1010
&& apt-get install -qy --no-install-recommends \
11-
gitlab-ce
11+
gitlab-ce=7.10.4~omnibus.1-1
1212

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

0 commit comments

Comments
 (0)