From 8fb48cd376196ed44a6c937c350c3e65df32b34e Mon Sep 17 00:00:00 2001 From: Lonnie Liu Date: Sun, 22 Sep 2024 06:04:32 +0000 Subject: [PATCH] [ci] pin docker client version so that docker client upgrade won't break us Signed-off-by: Lonnie Liu --- ci/docker/base.gpu.Dockerfile | 2 +- ci/docker/base.test.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/docker/base.gpu.Dockerfile b/ci/docker/base.gpu.Dockerfile index 5bd0354a07f3..14cec40cca2d 100644 --- a/ci/docker/base.gpu.Dockerfile +++ b/ci/docker/base.gpu.Dockerfile @@ -39,7 +39,7 @@ RUN ln -s /usr/bin/clang-format-12 /usr/bin/clang-format && \ ln -s /usr/bin/clang-tidy-12 /usr/bin/clang-tidy && \ ln -s /usr/bin/clang-12 /usr/bin/clang -RUN curl -o- https://get.docker.com | sh +RUN curl -o- https://get.docker.com | sh -s -- --version 27.2 # System conf for tests RUN locale -a diff --git a/ci/docker/base.test.Dockerfile b/ci/docker/base.test.Dockerfile index b4205feaef14..c34b9210a506 100644 --- a/ci/docker/base.test.Dockerfile +++ b/ci/docker/base.test.Dockerfile @@ -41,7 +41,7 @@ ln -s /usr/bin/clang-12 /usr/bin/clang EOF -RUN curl -o- https://get.docker.com | sh +RUN curl -o- https://get.docker.com | sh -s -- --version 27.2 # System conf for tests RUN locale -a