Skip to content

Commit 45b2894

Browse files
committed
do not update the default image
1 parent 30fafdf commit 45b2894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/testcontainers/containers/ComposeContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class ComposeContainer extends FailureDetectingExternalResource implement
6262

6363
public static final String COMPOSE_EXECUTABLE = SystemUtils.IS_OS_WINDOWS ? "docker.exe" : "docker";
6464

65-
private static final String DEFAULT_DOCKER_IMAGE = "docker:27.5.0";
65+
private static final DockerImageName DEFAULT_IMAGE_NAME = DockerImageName.parse("docker:24.0.2");
6666

6767
private final ComposeDelegate composeDelegate;
6868

0 commit comments

Comments
 (0)