We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596e8a3 commit d24cef9Copy full SHA for d24cef9
150_gitlab/160_runner/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM gitlab/gitlab-runner:v17.6.0
+FROM gitlab/gitlab-runner:v18.2.0
2
COPY --chmod=0755 entrypoint.sh /
3
RUN mkdir /builds \
4
&& chown gitlab-runner /builds
160_gitlab_ci/002_runner/runner/Dockerfile
@@ -1,6 +1,6 @@
#syntax=docker/dockerfile:1.16.0
-FROM gitlab/gitlab-runner:v17.11.1
5
RUN <<EOF
6
mkdir /builds
0 commit comments