Lower the minimum required Docker API version to 1.24

Closes gh-19945
This commit is contained in:
Andy Wilkinson
2020-01-30 13:57:18 +00:00
parent 54b3f480b4
commit 28442b5ca5
2 changed files with 4 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ import static org.mockito.Mockito.verify;
*/
class DockerApiTests {
private static final String API_URL = "docker://localhost/v1.40";
private static final String API_URL = "docker://localhost/" + DockerApi.API_VERSION;
private static final String IMAGES_URL = API_URL + "/images";