Skip to content

Commit

Permalink
[ci] pin docker client version
Browse files Browse the repository at this point in the history
so that docker client upgrade won't break us

Signed-off-by: Lonnie Liu <[email protected]>
  • Loading branch information
aslonnie committed Sep 22, 2024
1 parent f14943f commit 97dda6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/docker/base.gpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ci/docker/base.test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97dda6a

Please sign in to comment.