Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • master
1 result

Target

Select target project
  • shore/gitlab-runner-docker
1 result
Select Git revision
  • master
1 result
Show changes
Commits on Source (2)
......@@ -31,4 +31,3 @@ volumes:
networks:
default:
name: *network
external: true
FROM docker.io/gitlab/gitlab-runner:alpine3.21-v17.10.0
FROM docker.io/gitlab/gitlab-runner:alpine3.21-v17.11.0
# hadolint ignore=DL3018
RUN apk add --no-cache --update docker
COPY --chown=root:root entrypoint /entrypoint0
......