mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
Update `DockerApi` so that the URL uses version `v1.50` whenever possible. Prior to this commit, `v1.24` was often used which breaks recent Docker installs due to the dropping of API version v1.43 and below. If the actual API version running is less than `v1.50`, but greater than the minimum required for the API call, it will be used instead. This hopefully means that older versions of Docker will continue to work as they did previously. Fixes gh-48050