Skip to content

Commit

Permalink
upgrade to gitlab-ce v6.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Naik committed Apr 14, 2014
1 parent ca2e55c commit 950ae1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

**latest**
**6.7.5**
- upgrade gitlab to 6.7.5
- support linking to mysql and postgresql containers
- added DEFAULT_PROJECTS_LIMIT configuration option

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Dockerfile to build a GitLab container image.

## Version
Current Version: 6.7.4
Current Version: 6.7.5

# Hardware Requirements

Expand Down Expand Up @@ -85,7 +85,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,

```bash
docker pull sameersbn/gitlab:6.7.4
docker pull sameersbn/gitlab:6.7.5
```

Alternately you can build the image yourself.
Expand Down
2 changes: 1 addition & 1 deletion assets/setup/install
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

GITLAB_VERSION=6.7.4
GITLAB_VERSION=6.7.5
SHELL_VERSION=1.9.1

# add git user
Expand Down

0 comments on commit 950ae1a

Please sign in to comment.