Skip to content

Commit

Permalink
Bump gitlab/gitlab-runner from alpine-v17.5.1 to alpine-v17.5.2
Browse files Browse the repository at this point in the history
Bumps gitlab/gitlab-runner from alpine-v17.5.1 to alpine-v17.5.2.

---
updated-dependencies:
- dependency-name: gitlab/gitlab-runner
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent a14af03 commit 077f643
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.5.1
FROM gitlab/gitlab-runner:alpine-v17.5.2
COPY --from=builder /build/docker-machine-driver-hetzner /usr/bin

0 comments on commit 077f643

Please sign in to comment.