File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232Dockerfile to build a GitLab container image.
3333
3434## Version
35- Current Version: 6.6.1
35+ Current Version: 6.6.2
3636
3737# Hardware Requirements
3838
@@ -81,7 +81,7 @@ docker pull sameersbn/gitlab
8181Since version 6.5.0, the image builds are being tagged. You can now pull a particular version of gitlab by specifying the version number. For example,
8282
8383``` bash
84- docker pull sameersbn/gitlab:6.6.1
84+ docker pull sameersbn/gitlab:6.6.2
8585```
8686
8787Alternately you can build the image yourself.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ sudo -u git -H ./bin/install
2525
2626# install gitlab
2727sudo -u git -H mkdir -p /home/git/gitlab
28- wget " https://github.com/gitlabhq/gitlabhq/archive/v6.6.1 .tar.gz" -O - | tar -zvxf - --strip=1 -C /home/git/gitlab/
28+ wget " https://github.com/gitlabhq/gitlabhq/archive/v6.6.2 .tar.gz" -O - | tar -zvxf - --strip=1 -C /home/git/gitlab/
2929chown -R git:git /home/git/gitlab/
3030
3131cd /home/git/gitlab
You can’t perform that action at this time.
0 commit comments