Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 432246c

Browse files
committed
Bump cli vendoring in build image as well
Signed-off-by: Simon Ferquel <[email protected]>
1 parent 860ed13 commit 432246c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ RUN apt-get install -y -q --no-install-recommends \
88

99
WORKDIR /go/src/github.com/docker/cli
1010

11-
RUN git clone https://github.com/chris-crone/cli . && git checkout d6bfd7e5592dad85969516c131d33910fa5ebd58
12-
# FIXME(ulyssessouza): Go back to the line below when PRs https://github.com/docker/cli/pull/1718 and https://github.com/docker/cli/pull/1690 hits the cli
13-
#RUN git clone https://github.com/docker/cli.git . && git checkout 8ddde26af67f9a76734a1676c635e48da4fe8584
11+
RUN git clone https://github.com/docker/cli . && git checkout 80918147ff32b0bf2a424d9133a45bab670793ff
1412

1513
RUN make cross binary && \
1614
cp build/docker-linux-amd64 /usr/bin/docker

0 commit comments

Comments
 (0)