Skip to content

Commit

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

Bump gitlab/gitlab-runner from alpine-v17.5.2 to alpine-v17.5.3
  • Loading branch information
github-actions[bot] authored Nov 1, 2024
2 parents f9ae014 + 9ddaccc commit 0acefe8
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.2
FROM gitlab/gitlab-runner:alpine-v17.5.3
COPY --from=builder /build/docker-machine-driver-hetzner /usr/bin

0 comments on commit 0acefe8

Please sign in to comment.