Skip to content

Commit c360767

Browse files
author
Sameer Naik
committed
upgraded to gitlabhq-6.6.5
1 parent 39b5bb8 commit c360767

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

3-
**latest**
3+
**6.6.5**
4+
- upgraded to gitlan-6.6.5
45

56
**v6.6.4**
67
- upgraded to gitlab-6.6.4

README.md

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

3535
## Version
36-
Current Version: 6.6.4
36+
Current Version: 6.6.5
3737

3838
# Hardware Requirements
3939

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

8484
```bash
85-
docker pull sameersbn/gitlab:6.6.4
85+
docker pull sameersbn/gitlab:6.6.5
8686
```
8787

8888
Alternately you can build the image yourself.

resources/setup/install

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

2323
# install gitlab
2424
sudo -u git -H mkdir -p /home/git/gitlab
25-
wget "https://github.com/gitlabhq/gitlabhq/archive/v6.6.4.tar.gz" -O - | tar -zvxf - --strip=1 -C /home/git/gitlab/
25+
wget "https://github.com/gitlabhq/gitlabhq/archive/v6.6.5.tar.gz" -O - | tar -zvxf - --strip=1 -C /home/git/gitlab/
2626
chown -R git:git /home/git/gitlab/
2727

2828
cd /home/git/gitlab

0 commit comments

Comments
 (0)