upgrade to gitlab-6.6.2

This commit is contained in:
Sameer Naik 2014-02-26 00:01:56 +05:30
parent 04059510a3
commit 95179fbe6e
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
Dockerfile to build a GitLab container image.
## Version
Current Version: 6.6.1
Current Version: 6.6.2
# Hardware Requirements
@ -81,7 +81,7 @@ docker pull sameersbn/gitlab
Since 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,
```bash
docker pull sameersbn/gitlab:6.6.1
docker pull sameersbn/gitlab:6.6.2
```
Alternately you can build the image yourself.

View File

@ -25,7 +25,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.6.1.tar.gz" -O - | tar -zvxf - --strip=1 -C /home/git/gitlab/
wget "https://github.com/gitlabhq/gitlabhq/archive/v6.6.2.tar.gz" -O - | tar -zvxf - --strip=1 -C /home/git/gitlab/
chown -R git:git /home/git/gitlab/
cd /home/git/gitlab