File tree 2 files changed +3
-3
lines changed
elasticsearch-rails/lib/rails/templates
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,10 +70,10 @@ namespace :test do
70
70
--env "cluster.routing.allocation.disk.threshold_enabled=false" \
71
71
--publish 9250:9200 \
72
72
--rm \
73
- docker.elastic.co/elasticsearch/elasticsearch:6.3 .0
73
+ docker.elastic.co/elasticsearch/elasticsearch:6.4 .0
74
74
COMMAND
75
75
require 'elasticsearch/extensions/test/cluster'
76
- Elasticsearch ::Extensions ::Test ::Cluster ::Cluster . new ( version : '6.3 .0' ,
76
+ Elasticsearch ::Extensions ::Test ::Cluster ::Cluster . new ( version : '6.4 .0' ,
77
77
number_of_nodes : 1 ) . wait_for_green
78
78
rescue
79
79
end
Original file line number Diff line number Diff line change 37
37
--env "cluster.name=elasticsearch-rails" \
38
38
--env "cluster.routing.allocation.disk.threshold_enabled=false" \
39
39
--rm \
40
- docker.elastic.co/elasticsearch/elasticsearch-oss:6.3 .0
40
+ docker.elastic.co/elasticsearch/elasticsearch-oss:6.4 .0
41
41
CMD
42
42
43
43
begin
You can’t perform that action at this time.
0 commit comments