From e6859bb5e0f9a284028ce013a18711a566131c33 Mon Sep 17 00:00:00 2001 From: Giovanni Condello Date: Mon, 12 Feb 2018 08:56:10 +0100 Subject: [PATCH] Upgrade gitlab-runner to 10.4.0 --- templates/gitlab-multi-runner/4/docker-compose.yml.tpl | 4 ++-- templates/gitlab-multi-runner/config.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/gitlab-multi-runner/4/docker-compose.yml.tpl b/templates/gitlab-multi-runner/4/docker-compose.yml.tpl index c16942a..8dce7d6 100644 --- a/templates/gitlab-multi-runner/4/docker-compose.yml.tpl +++ b/templates/gitlab-multi-runner/4/docker-compose.yml.tpl @@ -3,7 +3,7 @@ version: '2' services: gitlab-runner-config: - image: gitlab/gitlab-runner:alpine-v10.3.1 + image: gitlab/gitlab-runner:alpine-v10.4.0 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-v10.3.1 + image: gitlab/gitlab-runner:alpine-v10.4.0 stdin_open: true volumes: - /var/run/docker.sock:/var/run/docker.sock diff --git a/templates/gitlab-multi-runner/config.yml b/templates/gitlab-multi-runner/config.yml index 8e1cbcd..58832c0 100644 --- a/templates/gitlab-multi-runner/config.yml +++ b/templates/gitlab-multi-runner/config.yml @@ -1,5 +1,5 @@ name: gitlab-multi-runner description: | a Gitlab pipelines multi-runner, that will spawn privates runners in your infra. -version: 10.3.1 +version: 10.4.0 category: Continuous Integration