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