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 902e45a commit 76f11b3Copy full SHA for 76f11b3
core/src/main/java/org/testcontainers/containers/DockerComposeContainer.java
@@ -608,7 +608,7 @@ interface DockerCompose {
608
class ContainerisedDockerCompose extends GenericContainer<ContainerisedDockerCompose> implements DockerCompose {
609
610
public static final char UNIX_PATH_SEPERATOR = ':';
611
- public static final DockerImageName DEFAULT_IMAGE_NAME = DockerImageName.parse("docker/compose:1.24.1");
+ public static final DockerImageName DEFAULT_IMAGE_NAME = DockerImageName.parse("docker/compose:1.29.2");
612
613
public ContainerisedDockerCompose(List<File> composeFiles, String identifier) {
614
0 commit comments