Skip to content

Commit c7dc9dd

Browse files
committed
chore(deps): update dependency gitlab-org/ci-cd/docker-machine to v0.16.2-gitlab.15-rc2
1 parent 203ecd2 commit c7dc9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apk add --no-cache git
2222
WORKDIR /go/src/github.com/docker/machine
2323

2424
# renovate: datasource=gitlab-tags depName=gitlab-org/ci-cd/docker-machine versioning=semver
25-
ARG DOCKER_MACHINE_VERSION=v0.16.2-gitlab.26
25+
ARG DOCKER_MACHINE_VERSION=v0.16.2-gitlab.15-rc2
2626

2727
RUN git clone --branch=${DOCKER_MACHINE_VERSION} https://gitlab.com/gitlab-org/ci-cd/docker-machine .
2828
RUN CGO_ENABLED=0 GO111MODULE=on go build -o docker-machine -trimpath -ldflags="-s -w" ./cmd/docker-machine

0 commit comments

Comments
 (0)