Skip to content

Commit 4af8a49

Browse files
committed
[CI] Pin Docker install to 23.0 to avoid API version mismatch
Signed-off-by: win5923 <ken89@kimo.com>
1 parent 4a623fd commit 4af8a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/setup-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ chmod +x ./kind
99
mv ./kind /usr/local/bin/kind
1010

1111
# Install Docker
12-
bash scripts/install-docker.sh
12+
bash scripts/install-docker.sh --version 23.0
1313

1414
# Delete dangling clusters
1515
kind delete clusters --all

0 commit comments

Comments
 (0)