diff options
Diffstat (limited to 'docker/marathon.json')
-rw-r--r-- | docker/marathon.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/marathon.json b/docker/marathon.json index 2f3bb6f17b4..9b2091a8c22 100644 --- a/docker/marathon.json +++ b/docker/marathon.json @@ -8,7 +8,7 @@ "type": "DOCKER", "docker": { "network": "HOST", - "image": "sytse/gitlab-ce:7.10.1" + "image": "gitlab/gitlab-ce:latest" }, "volumes": [ { |