diff --git a/Dockerfile b/Dockerfile index 85691b8..9f10ab8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.0 +FROM gitlab/gitlab-runner:alpine-v17.4.1 COPY --from=builder /build/docker-machine-driver-hetzner /usr/bin