Skip to content

Commit

Permalink
Merge pull request sameersbn#744 from SolidNerd/update-docker-compose
Browse files Browse the repository at this point in the history
Update to 8.8.5-1
  • Loading branch information
solidnerd authored Jun 21, 2016
2 parents a23c136 + 4d7652e commit 8679d4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:

gitlab:
restart: always
image: sameersbn/gitlab:8.8.5
image: sameersbn/gitlab:8.8.5-1
depends_on:
- redis
- postgresql
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/gitlab-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: gitlab
image: sameersbn/gitlab:8.8.5
image: sameersbn/gitlab:8.8.5-1
env:
- name: TZ
value: Asia/Kolkata
Expand Down

0 comments on commit 8679d4f

Please sign in to comment.