diff --git a/Changelog.md b/Changelog.md index 5d669c3f..9bd4cd30 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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** diff --git a/README.md b/README.md index 56e86ced..91dd8475 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/assets/setup/install b/assets/setup/install index 9523e38b..d2f2fc3a 100755 --- a/assets/setup/install +++ b/assets/setup/install @@ -2,7 +2,7 @@ set -e -GITLAB_VERSION=6.7.2 +GITLAB_VERSION=6.7.3 SHELL_VERSION=1.9.1 # add git user