We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e2c10c commit 1b620f2Copy full SHA for 1b620f2
ci/docker/base.gpu.Dockerfile
@@ -39,7 +39,7 @@ RUN ln -s /usr/bin/clang-format-12 /usr/bin/clang-format && \
39
ln -s /usr/bin/clang-tidy-12 /usr/bin/clang-tidy && \
40
ln -s /usr/bin/clang-12 /usr/bin/clang
41
42
-RUN curl -o- https://get.docker.com | sh
+RUN curl -o- https://get.docker.com | sh -s -- --version 27.2
43
44
# System conf for tests
45
RUN locale -a
ci/docker/base.test.Dockerfile
@@ -41,7 +41,7 @@ ln -s /usr/bin/clang-12 /usr/bin/clang
EOF
46
47
0 commit comments