File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ function check_os_and_execute_deps() {
145145 if [[ ($command == " elasticsearch" ) && ($is_200_ok == 0) ]]; then
146146 echo no
147147 echo " " starting elasticsearch ...
148- sudo docker run -d -p 9200:9200 -p 9300:9300 -e " discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.8.0
148+ sudo docker run -d -p 9200:9200 -p 9300:9300 -e " discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.16.2
149149 else
150150 echo yes
151151 fi
@@ -197,8 +197,8 @@ function check_os_and_execute_deps() {
197197 elif [[ $command == " pip" ]]; then
198198 sudo apt install python-pip
199199 elif [[ $command == " elasticsearch" && NEEDS_ES_DEP_INSTALL == 1 ]]; then
200- sudo docker pull docker.elastic.co/elasticsearch/elasticsearch:7.8.0
201- sudo docker run -d -p 9200:9200 -p 9300:9300 -e " discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.8.0
200+ sudo docker pull docker.elastic.co/elasticsearch/elasticsearch:7.16.2
201+ sudo docker run -d -p 9200:9200 -p 9300:9300 -e " discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.16.2
202202 elif [[ $command == " virtualenv" ]]; then
203203 sudo apt install virtualenv
204204 fi
You can’t perform that action at this time.
0 commit comments