File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
elasticsearch-rails/lib/rails/templates Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,10 +70,10 @@ namespace :test do
7070 --env "cluster.routing.allocation.disk.threshold_enabled=false" \
7171 --publish 9250:9200 \
7272 --rm \
73- docker.elastic.co/elasticsearch/elasticsearch:6.3 .0
73+ docker.elastic.co/elasticsearch/elasticsearch:6.4 .0
7474 COMMAND
7575 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' ,
7777 number_of_nodes : 1 ) . wait_for_green
7878 rescue
7979 end
Original file line number Diff line number Diff line change 3737 --env "cluster.name=elasticsearch-rails" \
3838 --env "cluster.routing.allocation.disk.threshold_enabled=false" \
3939 --rm \
40- docker.elastic.co/elasticsearch/elasticsearch-oss:6.3 .0
40+ docker.elastic.co/elasticsearch/elasticsearch-oss:6.4 .0
4141CMD
4242
4343begin
You can’t perform that action at this time.
0 commit comments