Loading runner/Dockerfile +2 −1 Original line number Diff line number Diff line FROM gitlab/gitlab-runner:alpine-v13.7.0-rc1 FROM gitlab/gitlab-runner:alpine-v13.7.0 # hadolint ignore=DL3018 RUN apk add --no-cache --update docker COPY --chown=root:root entrypoint /entrypoint0 ENV DOCKER_VOLUMES=/var/run/docker.sock:/var/run/docker.sock \ Loading Loading
runner/Dockerfile +2 −1 Original line number Diff line number Diff line FROM gitlab/gitlab-runner:alpine-v13.7.0-rc1 FROM gitlab/gitlab-runner:alpine-v13.7.0 # hadolint ignore=DL3018 RUN apk add --no-cache --update docker COPY --chown=root:root entrypoint /entrypoint0 ENV DOCKER_VOLUMES=/var/run/docker.sock:/var/run/docker.sock \ Loading