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

Commit 90010ff

Browse files
Ulysses Souzachris-crone
authored andcommitted
Fix the version the of the CLI
Perform the git clone and a chechout to avoid that a Dockerfile cache and enforce determinism Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
1 parent b8e5ce5 commit 90010ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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/docker/cli.git .
11+
RUN git clone https://github.com/docker/cli.git . && git checkout 8ddde26af67f9a76734a1676c635e48da4fe8584
1212
RUN make cross binary && \
1313
cp build/docker-linux-amd64 /usr/bin/docker
1414

0 commit comments

Comments
 (0)