Skip to content

Commit

Permalink
upgrade to gitlab-6.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Naik committed Apr 11, 2014
1 parent 0405951 commit 95179fb
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 @@ -32,7 +32,7 @@
Dockerfile to build a GitLab container image.

## Version
Current Version: 6.6.1
Current Version: 6.6.2

# Hardware Requirements

Expand Down Expand Up @@ -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.
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.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
Expand Down

0 comments on commit 95179fb

Please sign in to comment.