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