diff --git a/150_gitlab/160_runner/Dockerfile b/150_gitlab/160_runner/Dockerfile index 297401def..7e7818dbc 100644 --- a/150_gitlab/160_runner/Dockerfile +++ b/150_gitlab/160_runner/Dockerfile @@ -1,4 +1,4 @@ -FROM gitlab/gitlab-runner:v18.10.0 +FROM gitlab/gitlab-runner:v18.10.1 COPY --chmod=0755 entrypoint.sh / RUN mkdir /builds \ && chown gitlab-runner /builds diff --git a/160_gitlab_ci/000_rollout/compose.yaml b/160_gitlab_ci/000_rollout/compose.yaml index 6a00dcb45..3379d2b20 100644 --- a/160_gitlab_ci/000_rollout/compose.yaml +++ b/160_gitlab_ci/000_rollout/compose.yaml @@ -121,7 +121,7 @@ services: traefik.tcp.routers.ssh.tls.passthrough: true runner: - image: gitlab/gitlab-runner:v18.10.0 + image: gitlab/gitlab-runner:v18.10.1 volumes: - /etc/localtime:/etc/localtime:ro - /var/run/docker.sock:/var/run/docker.sock:rw diff --git a/160_gitlab_ci/002_runner/compose.yaml b/160_gitlab_ci/002_runner/compose.yaml index d2aa3f38c..f5cc058e6 100644 --- a/160_gitlab_ci/002_runner/compose.yaml +++ b/160_gitlab_ci/002_runner/compose.yaml @@ -15,7 +15,7 @@ configs: services: runner: - image: gitlab/gitlab-runner:v18.10.0 + image: gitlab/gitlab-runner:v18.10.1 volumes: - /etc/localtime:/etc/localtime:ro - /var/run/docker.sock:/var/run/docker.sock:rw