Skip to content

Commit 95179fb

Browse files
author
Sameer Naik
committed
upgrade to gitlab-6.6.2
1 parent 0405951 commit 95179fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
Dockerfile to build a GitLab container image.
3333

3434
## Version
35-
Current Version: 6.6.1
35+
Current Version: 6.6.2
3636

3737
# Hardware Requirements
3838

@@ -81,7 +81,7 @@ docker pull sameersbn/gitlab
8181
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,
8282

8383
```bash
84-
docker pull sameersbn/gitlab:6.6.1
84+
docker pull sameersbn/gitlab:6.6.2
8585
```
8686

8787
Alternately you can build the image yourself.

resources/setup/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sudo -u git -H ./bin/install
2525

2626
# install gitlab
2727
sudo -u git -H mkdir -p /home/git/gitlab
28-
wget "https://github.com/gitlabhq/gitlabhq/archive/v6.6.1.tar.gz" -O - | tar -zvxf - --strip=1 -C /home/git/gitlab/
28+
wget "https://github.com/gitlabhq/gitlabhq/archive/v6.6.2.tar.gz" -O - | tar -zvxf - --strip=1 -C /home/git/gitlab/
2929
chown -R git:git /home/git/gitlab/
3030

3131
cd /home/git/gitlab

0 commit comments

Comments
 (0)