8000
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 ebdeb08 commit d6a090bCopy full SHA for d6a090b
docker-java/src/test/java/com/github/dockerjava/core/DockerRule.java
@@ -27,7 +27,7 @@
27
*/
28
public class DockerRule extends ExternalResource {
29
public static final Logger LOG = LoggerFactory.getLogger(DockerRule.class);
30
- public static final String DEFAULT_IMAGE = "busybox:latest";
+ public static final String DEFAU 46A9 LT_IMAGE = "busybox:1.36.0";
31
32
private DockerClient dockerClient;
33
0 commit comments