File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN apk add --no-cache git
18
18
WORKDIR /go/src/github.com/docker/machine
19
19
20
20
# 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
22
22
23
23
RUN git clone --branch=${DOCKER_MACHINE_VERSION} https://gitlab.com/gitlab-org/ci-cd/docker-machine .
24
24
RUN 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 @@ -22,7 +22,7 @@ RUN apk add --no-cache git
22
22
WORKDIR /go/src/github.com/docker/machine
23
23
24
24
# renovate: datasource=gitlab-tags depName=gitlab-org/ci-cd/docker-machine versioning=semver
25
- ARG DOCKER_MACHINE_VERSION=v0.16.2-gitlab.21
25
+ ARG DOCKER_MACHINE_VERSION=v0.16.2-gitlab.15-rc2
26
26
27
27
RUN git clone --branch=${DOCKER_MACHINE_VERSION} https://gitlab.com/gitlab-org/ci-cd/docker-machine .
28
28
RUN 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