Upgrade gitlab-runner to 10.4.0

This commit is contained in:
Giovanni Condello 2018-02-12 08:56:10 +01:00
parent 3de32d9c36
commit e6859bb5e0
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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