File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN apk add --no-cache git
1818WORKDIR /go/src/github.com/docker/machine
1919
2020# renovate: datasource=gitlab-tags depName=gitlab-org/ci-cd/docker-machine versioning=semver
21- ARG DOCKER_MACHINE_VERSION=v0.16.2-gitlab.21
21+ ARG DOCKER_MACHINE_VERSION=v0.16.2-gitlab.15-rc2
2222
2323RUN git clone --branch=${DOCKER_MACHINE_VERSION} https://gitlab.com/gitlab-org/ci-cd/docker-machine .
2424RUN CGO_ENABLED=0 GO111MODULE=off go build -o docker-machine -trimpath -ldflags="-s -w" ./cmd/docker-machine
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN apk add --no-cache git
1818WORKDIR /go/src/github.com/docker/machine
1919
2020# renovate: datasource=gitlab-tags depName=gitlab-org/ci-cd/docker-machine versioning=semver
21- ARG DOCKER_MACHINE_VERSION=v0.16.2-gitlab.21
21+ ARG DOCKER_MACHINE_VERSION=v0.16.2-gitlab.15-rc2
2222
2323RUN git clone --branch=${DOCKER_MACHINE_VERSION} https://gitlab.com/gitlab-org/ci-cd/docker-machine .
2424RUN CGO_ENABLED=0 GO111MODULE=off go build -o docker-machine -trimpath -ldflags="-s -w" ./cmd/docker-machine
You can’t perform that action at this time.
0 commit comments