ElasticContainer: Bump the test server version to 5.6.15

According to the release notes [1], there are no changes in this new
version. It is likely just to align with other Elastic stack update(s).

[1] https://www.elastic.co/guide/en/elasticsearch/reference/5.6/release-notes-5.6.15.html

Change-Id: I345e9121a45a6c478a3b3707409924ad232d0239
This commit is contained in:
Marco Miller 2019-02-20 15:05:44 -05:00 committed by David Pursehouse
parent 5426c4ff1f
commit d9d86731d9
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class ElasticContainer extends ElasticsearchContainer {
private static String getImageName(ElasticVersion version) {
switch (version) {
case V5_6:
return "docker.elastic.co/elasticsearch/elasticsearch:5.6.14";
return "docker.elastic.co/elasticsearch/elasticsearch:5.6.15";
case V6_2:
return "docker.elastic.co/elasticsearch/elasticsearch-oss:6.2.4";
case V6_3: