Skip to content

Commit

Permalink
Updated GitLab image references to latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Eagle committed Jan 17, 2018
1 parent 30deac7 commit 2c46bba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
gitlab:
image: gitlab/gitlab-ee:10.0.4-ee.0
image: gitlab/gitlab-ee:10.3.4-ee.0
container_name: GitLab
restart: always
ports:
Expand Down
2 changes: 1 addition & 1 deletion azure/docker-stack.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
gitlab:
image: gitlab/gitlab-ee:10.0.4-ee.0
image: gitlab/gitlab-ee:10.3.4-ee.0
networks:
spacely-eng:
aliases:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
gitlab:
image: gitlab/gitlab-ce:10.0.4-ce.0
image: gitlab/gitlab-ce:10.3.4-ce.0
container_name: GitLab
restart: always
environment:
Expand Down

0 comments on commit 2c46bba

Please sign in to comment.