File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11---
22ELASTICSEARCH_VERSION :
3- - 5.6.15
3+ - 5.6.16
44
55NODE_JS_VERSION :
66- 11
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ node_js:
1111
1212env :
1313 global :
14- - ELASTICSEARCH_VERSION=5.6.15
14+ - ELASTICSEARCH_VERSION=5.6.16
1515 - QUIET=true
1616
1717before_install :
Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ exec docker run \
2828 -v " $repo$testnodekey :/usr/share/elasticsearch/config/certs/testnode.key" \
2929 -v " $repo$cacrt :/usr/share/elasticsearch/config/certs/ca.crt" \
3030 -p 9200:9200 \
31- docker.elastic.co/elasticsearch/elasticsearch:5.6.15
31+ docker.elastic.co/elasticsearch/elasticsearch:5.6.16
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ exec docker run \
1212 -p 9200:9200 \
1313 --network=elastic \
1414 --name=elasticsearch \
15- docker.elastic.co/elasticsearch/elasticsearch:5.6.15
15+ docker.elastic.co/elasticsearch/elasticsearch:5.6.16
You can’t perform that action at this time.
0 commit comments