Use ES 6.7

This commit is contained in:
delvedor
2019-03-27 07:51:30 +01:00
parent 8f131d5a6d
commit 59f88c22f9
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
---
ELASTICSEARCH_VERSION:
- 6.6.2
- 6.7.0
NODE_JS_VERSION:
- 11

View File

@ -11,7 +11,7 @@ node_js:
env:
global:
- ELASTICSEARCH_VERSION=6.6.2
- ELASTICSEARCH_VERSION=6.7.0
- QUIET=true
before_install:

View File

@ -28,4 +28,4 @@ exec docker run \
-v "$repo$testnodekey:/usr/share/elasticsearch/config/certs/testnode.key" \
-v "$repo$cacrt:/usr/share/elasticsearch/config/certs/ca.crt" \
-p 9200:9200 \
docker.elastic.co/elasticsearch/elasticsearch:6.6.2
docker.elastic.co/elasticsearch/elasticsearch:6.7.0

View File

@ -9,4 +9,4 @@ exec docker run \
-p 9200:9200 \
--network=elastic \
--name=elasticsearch \
docker.elastic.co/elasticsearch/elasticsearch:6.6.2
docker.elastic.co/elasticsearch/elasticsearch:6.7.0