Skip to content

Commit 76f11b3

Browse files
authored
Upgrade to Docker Compose 1.29.2 (#4164) (#4461)
1 parent 902e45a commit 76f11b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ interface DockerCompose {
608608
class ContainerisedDockerCompose extends GenericContainer<ContainerisedDockerCompose> implements DockerCompose {
609609

610610
public static final char UNIX_PATH_SEPERATOR = ':';
611-
public static final DockerImageName DEFAULT_IMAGE_NAME = DockerImageName.parse("docker/compose:1.24.1");
611+
public static final DockerImageName DEFAULT_IMAGE_NAME = DockerImageName.parse("docker/compose:1.29.2");
612612

613613
public ContainerisedDockerCompose(List<File> composeFiles, String identifier) {
614614

0 commit comments

Comments
 (0)