Skip to content

Commit f476d64

Browse files
committed
Add prefix to image in test
1 parent 0a43236 commit f476d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/java/org/testcontainers/containers/ComposeContainerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class ComposeContainerTest {
1212

13-
public static final String DOCKER_IMAGE = "docker:25.0.2";
13+
public static final String DOCKER_IMAGE = "library/docker:25.0.2";
1414

1515
private static final String COMPOSE_FILE_PATH = "src/test/resources/v2-compose-test.yml";
1616

0 commit comments

Comments
 (0)