File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM gitlab/gitlab-runner:v18.10 .0
1+ FROM gitlab/gitlab-runner:v19.0 .0
22COPY --chmod=0755 entrypoint.sh /
33RUN mkdir /builds \
44 && chown gitlab-runner /builds
Original file line number Diff line number Diff 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:v19.0 .0
125125 volumes :
126126 - /etc/localtime:/etc/localtime:ro
127127 - /var/run/docker.sock:/var/run/docker.sock:rw
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ configs:
1515services :
1616
1717 runner :
18- image : gitlab/gitlab-runner:v18.10 .0
18+ image : gitlab/gitlab-runner:v19.0 .0
1919 volumes :
2020 - /etc/localtime:/etc/localtime:ro
2121 - /var/run/docker.sock:/var/run/docker.sock:rw
You can’t perform that action at this time.
0 commit comments