ElasticContainer: Use Elasticsearch 6.4.2 for V6_4 tests
Version 6.4.2 is the latest release on the 6.4.x series. Change-Id: I5ac5d65dfa296d9735edf195239ce195cb514aea
This commit is contained in:
parent
f69a822690
commit
fc31842d1f
@ -51,7 +51,7 @@ public class ElasticContainer<SELF extends ElasticContainer<SELF>> extends Gener
|
||||
case V6_3:
|
||||
return "docker.elastic.co/elasticsearch/elasticsearch-oss:6.3.2";
|
||||
case V6_4:
|
||||
return "docker.elastic.co/elasticsearch/elasticsearch-oss:6.4.1";
|
||||
return "docker.elastic.co/elasticsearch/elasticsearch-oss:6.4.2";
|
||||
}
|
||||
throw new IllegalStateException("No tests for version: " + version.name());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user