Skip to content

Commit

Permalink
Merge pull request #51 from Georepublic/dependabot/docker/gitlab/gitl…
Browse files Browse the repository at this point in the history
…ab-runner-alpine-v17.5.0

Bump gitlab/gitlab-runner from alpine-v17.4.1 to alpine-v17.5.0
  • Loading branch information
github-actions[bot] authored Oct 18, 2024
2 parents 8cee2a6 + 507bf54 commit 73b0da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ WORKDIR /build
RUN curl -sLo hetzner.tar.gz $(curl --silent https://github.com/repos/JonasProgrammer/docker-machine-driver-hetzner/releases | jq -r '. | first | .assets[] | select(.name|contains("linux_amd64")).browser_download_url')
RUN tar xf hetzner.tar.gz && chmod +x docker-machine-driver-hetzner

FROM gitlab/gitlab-runner:alpine-v17.4.1
FROM gitlab/gitlab-runner:alpine-v17.5.0
COPY --from=builder /build/docker-machine-driver-hetzner /usr/bin

0 comments on commit 73b0da4

Please sign in to comment.