We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30fafdf commit 45b2894Copy full SHA for 45b2894
core/src/main/java/org/testcontainers/containers/ComposeContainer.java
@@ -62,7 +62,7 @@ public class ComposeContainer extends FailureDetectingExternalResource implement
62
63
public static final String COMPOSE_EXECUTABLE = SystemUtils.IS_OS_WINDOWS ? "docker.exe" : "docker";
64
65
- private static final String DEFAULT_DOCKER_IMAGE = "docker:27.5.0";
+ private static final DockerImageName DEFAULT_IMAGE_NAME = DockerImageName.parse("docker:24.0.2");
66
67
private final ComposeDelegate composeDelegate;
68
0 commit comments