diff --git a/Dockerfile b/Dockerfile index 055e621..e0e16b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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-v16.6.1 +FROM gitlab/gitlab-runner:alpine-v16.7.0 COPY --from=builder /build/docker-machine-driver-hetzner /usr/bin