Skip to content

Commit

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

Bump gitlab/gitlab-runner from alpine-v17.5.1 to alpine-v17.5.2
  • Loading branch information
github-actions[bot] authored Oct 23, 2024
2 parents a14af03 + 077f643 commit f9ae014
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://api.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.5.1
FROM gitlab/gitlab-runner:alpine-v17.5.2
COPY --from=builder /build/docker-machine-driver-hetzner /usr/bin

0 comments on commit f9ae014

Please sign in to comment.