From f052272157e3a7c2c779699952f5849f30366a8c Mon Sep 17 00:00:00 2001 From: Martin Rahbek Date: Fri, 18 Aug 2017 13:28:40 +0200 Subject: [PATCH] gitlab-ce to 9.4.5 and gitlab-runner to 9.4.2 added as new version --- templates/gitlab-multi-runner/2/docker-compose.yml.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/gitlab-multi-runner/2/docker-compose.yml.tpl b/templates/gitlab-multi-runner/2/docker-compose.yml.tpl index a765ee8..1923721 100644 --- a/templates/gitlab-multi-runner/2/docker-compose.yml.tpl +++ b/templates/gitlab-multi-runner/2/docker-compose.yml.tpl @@ -3,7 +3,7 @@ version: '2' services: gitlab-runner-config: - image: gitlab/gitlab-runner:alpine-v9.4.1 + image: gitlab/gitlab-runner:alpine-v9.4.2 stdin_open: true volumes: - /etc/gitlab-runner/ @@ -30,7 +30,7 @@ services: io.rancher.container.start_once: 'true' gitlab-runner: - image: gitlab/gitlab-runner:alpine-v9.4.1 + image: gitlab/gitlab-runner:alpine-v9.4.2 stdin_open: true volumes: - /var/run/docker.sock:/var/run/docker.sock