diff --git a/README.md b/README.md index 8cfa300af..1b1a30105 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Dockerfile to build a GitLab container image. ## Version -Current Version: 6.6.0 +Current Version: 6.6.1 # Installation @@ -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. diff --git a/resources/setup/install b/resources/setup/install index 30132cda1..02e3415a1 100755 --- a/resources/setup/install +++ b/resources/setup/install @@ -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