Use upstream repository of hetzner plugin
This commit is contained in:
parent
a0983b2651
commit
b636579d26
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM docker.io/library/golang:1.19.0 as driver-builder
|
FROM docker.io/library/golang:1.19.0 as driver-builder
|
||||||
|
|
||||||
# renovate: datasource=git-tags depName=https://git.shivering-isles.com/github-mirror/JonasProgrammer/docker-machine-driver-hetzner.git
|
# renovate: datasource=git-tags depName=https://github.com/JonasProgrammer/docker-machine-driver-hetzner.git
|
||||||
ARG HETZNER_VERSION=3.7.0
|
ARG HETZNER_VERSION=3.7.0
|
||||||
|
|
||||||
ENV GO111MODULE=on
|
ENV GO111MODULE=on
|
||||||
|
@ -9,7 +9,7 @@ RUN mkdir -p /go/src/app
|
||||||
|
|
||||||
WORKDIR /go/src/app
|
WORKDIR /go/src/app
|
||||||
|
|
||||||
RUN git clone --depth 3 --branch "$HETZNER_VERSION" https://git.shivering-isles.com/github-mirror/JonasProgrammer/docker-machine-driver-hetzner.git ./
|
RUN git clone --depth 3 --branch "$HETZNER_VERSION" https://github.com/JonasProgrammer/docker-machine-driver-hetzner.git ./
|
||||||
|
|
||||||
RUN go build -o docker-machine-driver-hetzner
|
RUN go build -o docker-machine-driver-hetzner
|
||||||
|
|
||||||
|
|
Reference in a new issue