upgraded to gitlab 6.7.3

This commit is contained in:
Sameer Naik 2014-04-03 23:24:41 +05:30
parent a68c24070e
commit e224aee804
3 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,7 @@
# Changelog
**latest a.k.a HEAD**
**6.7.3**
- upgrade gitlab to 6.7.3
- install ruby2.0 from ppa
**6.7.2**

View File

@ -33,7 +33,7 @@
Dockerfile to build a GitLab container image.
## Version
Current Version: 6.7.2
Current Version: 6.7.3
# Hardware Requirements
@ -82,7 +82,7 @@ docker pull sameersbn/gitlab:latest
Since version 6.3.0, the image builds are being tagged. You can now pull a particular version of gitlab by specifying the version number. For example,
```
docker pull sameersbn/gitlab:6.7.2
docker pull sameersbn/gitlab:6.7.3
```
Alternately you can build the image yourself.

View File

@ -2,7 +2,7 @@
set -e
GITLAB_VERSION=6.7.2
GITLAB_VERSION=6.7.3
SHELL_VERSION=1.9.1
# add git user