Skip to content

Commit d24cef9

Browse files
chore(deps): update gitlab/gitlab-runner docker tag to v18
1 parent 596e8a3 commit d24cef9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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:v17.6.0
1+
FROM gitlab/gitlab-runner:v18.2.0
22
COPY --chmod=0755 entrypoint.sh /
33
RUN mkdir /builds \
44
&& chown gitlab-runner /builds

160_gitlab_ci/002_runner/runner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#syntax=docker/dockerfile:1.16.0
22

3-
FROM gitlab/gitlab-runner:v17.11.1
3+
FROM gitlab/gitlab-runner:v18.2.0
44

55
RUN <<EOF
66
mkdir /builds

0 commit comments

Comments
 (0)