Skip to content

Commit fd6d6af

Browse files
chore(deps): update gitlab/gitlab-runner docker tag to v18.10.1
1 parent 29fa90b commit fd6d6af

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

150_gitlab/160_runner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gitlab/gitlab-runner:v18.10.0
1+
FROM gitlab/gitlab-runner:v18.10.1
22
COPY --chmod=0755 entrypoint.sh /
33
RUN mkdir /builds \
44
&& chown gitlab-runner /builds

160_gitlab_ci/000_rollout/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ services:
121121
traefik.tcp.routers.ssh.tls.passthrough: true
122122

123123
runner:
124-
image: gitlab/gitlab-runner:v18.10.0
124+
image: gitlab/gitlab-runner:v18.10.1
125125
volumes:
126126
- /etc/localtime:/etc/localtime:ro
127127
- /var/run/docker.sock:/var/run/docker.sock:rw

160_gitlab_ci/002_runner/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ configs:
1515
services:
1616

1717
runner:
18-
image: gitlab/gitlab-runner:v18.10.0
18+
image: gitlab/gitlab-runner:v18.10.1
1919
volumes:
2020
- /etc/localtime:/etc/localtime:ro
2121
- /var/run/docker.sock:/var/run/docker.sock:rw

0 commit comments

Comments
 (0)