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 3db10fd commit 26df4a9Copy full SHA for 26df4a9
x-pack/test/smb-fixture/src/main/java/org/elasticsearch/test/fixtures/smb/SmbTestContainer.java
@@ -18,7 +18,7 @@
18
19
public final class SmbTestContainer extends DockerEnvironmentAwareTestContainer {
20
21
- private static final String DOCKER_BASE_IMAGE = "docker.elastic.co/elasticsearch-dev/es-smb-fixture:1.1";
+ private static final String DOCKER_BASE_IMAGE = "docker.elastic.co/elasticsearch-dev/es-smb-fixture:1.0";
22
public static final int AD_LDAP_PORT = 636;
23
public static final int AD_LDAP_GC_PORT = 3269;
24
0 commit comments