[tests] pin docker to <4.3.0 (#71192)

Change:
- New python docker lib wants a newer docker than we have in CI.

Test Plan:
- CI

Signed-off-by: Rick Elrod <rick@elrod.me>
pull/71167/head
Rick Elrod 4 years ago committed by GitHub
parent 4a6a9acea8
commit 9cc782eebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ docker_packages:
docker_pip_extra_packages: []
docker_pip_packages:
- docker
- docker<4.3.0
docker_cleanup_packages:
- docker

Loading…
Cancel
Save