mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
install: upgrade to gitlab-6.3.1
This commit is contained in:
parent
b93daa5f07
commit
bad37ccd83
@ -1,6 +1,6 @@
|
||||
# Docker GitLab
|
||||
|
||||
Current Version: 6.3.0
|
||||
Current Version: 6.3.1
|
||||
|
||||
Dockerfile to build a GitLab container image.
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user