gitlab-ce to 9.4.5 and gitlab-runner to 9.4.2 added as new version

This commit is contained in:
Martin Rahbek 2017-08-18 13:28:40 +02:00
parent d5efa5dfc3
commit f052272157

View File

@ -3,7 +3,7 @@ version: '2'
services: services:
gitlab-runner-config: gitlab-runner-config:
image: gitlab/gitlab-runner:alpine-v9.4.1 image: gitlab/gitlab-runner:alpine-v9.4.2
stdin_open: true stdin_open: true
volumes: volumes:
- /etc/gitlab-runner/ - /etc/gitlab-runner/
@ -30,7 +30,7 @@ services:
io.rancher.container.start_once: 'true' io.rancher.container.start_once: 'true'
gitlab-runner: gitlab-runner:
image: gitlab/gitlab-runner:alpine-v9.4.1 image: gitlab/gitlab-runner:alpine-v9.4.2
stdin_open: true stdin_open: true
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock