install: upgrade to gitlab-6.3.1

This commit is contained in:
Sameer Naik 2013-12-09 17:32:06 +05:30
parent b93daa5f07
commit bad37ccd83
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Docker GitLab
Current Version: 6.3.0
Current Version: 6.3.1
Dockerfile to build a GitLab container image.

View File

@ -17,7 +17,7 @@ sudo -u git -H ./bin/install
# install gitlab
sudo -u git -H mkdir -p /home/git/gitlab
wget "https://github.com/gitlabhq/gitlabhq/archive/v6.3.0.tar.gz" -O - | tar -zvxf - --strip=1 -C /home/git/gitlab/
wget "https://github.com/gitlabhq/gitlabhq/archive/v6.3.1.tar.gz" -O - | tar -zvxf - --strip=1 -C /home/git/gitlab/
chown -R git:git /home/git/gitlab/
cd /home/git/gitlab