Merge branch 'stable-3.0' into stable-3.1

* stable-3.0:
  ElasticContainer: Upgrade V6_8 to elasticsearch 6.8.5
  Documentation: Mention bazelisk alternative beside bazel

Change-Id: I9071a275f8bc5f0b62a144490edca91642ff39b9
This commit is contained in:
Marco Miller
2019-11-22 18:11:16 -05:00
2 changed files with 3 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ public class ElasticContainer extends ElasticsearchContainer {
case V6_7:
return "blacktop/elasticsearch:6.7.2";
case V6_8:
return "blacktop/elasticsearch:6.8.4";
return "blacktop/elasticsearch:6.8.5";
case V7_0:
return "blacktop/elasticsearch:7.0.1";
case V7_1: