Skip to content

Commit 1b620f2

Browse files
authored
cherrypick #47785 (#47787)
pin docker client version Signed-off-by: Lonnie Liu <[email protected]>
1 parent 1e2c10c commit 1b620f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/docker/base.gpu.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN ln -s /usr/bin/clang-format-12 /usr/bin/clang-format && \
3939
ln -s /usr/bin/clang-tidy-12 /usr/bin/clang-tidy && \
4040
ln -s /usr/bin/clang-12 /usr/bin/clang
4141

42-
RUN curl -o- https://get.docker.com | sh
42+
RUN curl -o- https://get.docker.com | sh -s -- --version 27.2
4343

4444
# System conf for tests
4545
RUN locale -a

ci/docker/base.test.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ln -s /usr/bin/clang-12 /usr/bin/clang
4141

4242
EOF
4343

44-
RUN curl -o- https://get.docker.com | sh
44+
RUN curl -o- https://get.docker.com | sh -s -- --version 27.2
4545

4646
# System conf for tests
4747
RUN locale -a

0 commit comments

Comments
 (0)