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 0a43236 commit f476d64Copy full SHA for f476d64
core/src/test/java/org/testcontainers/containers/ComposeContainerTest.java
@@ -10,7 +10,7 @@
10
11
class ComposeContainerTest {
12
13
- public static final String DOCKER_IMAGE = "docker:25.0.2";
+ public static final String DOCKER_IMAGE = "library/docker:25.0.2";
14
15
private static final String COMPOSE_FILE_PATH = "src/test/resources/v2-compose-test.yml";
16
0 commit comments