Skip to content

Commit

Permalink
gitlab: upgrade to gitlabhq-6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Naik committed Apr 11, 2014
1 parent 1f542ce commit e8817d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Dockerfile to build a GitLab container image.

## Version
Current Version: 6.6.0
Current Version: 6.6.1

# Installation

Expand All @@ -36,7 +36,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.0
docker pull sameersbn/gitlab:6.6.1
```

Alternately you can build the image yourself.
Expand Down
2 changes: 1 addition & 1 deletion resources/setup/install
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.tar.gz" -O - | tar -zvxf - --strip=1 -C /home/git/gitlab/
wget "https://github.com/gitlabhq/gitlabhq/archive/v6.6.1.tar.gz" -O - | tar -zvxf - --strip=1 -C /home/git/gitlab/
chown -R git:git /home/git/gitlab/

cd /home/git/gitlab
Expand Down

0 comments on commit e8817d6

Please sign in to comment.