File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ godoc: ## Display documentation for the package
233233 GOROOT=/tmp/tmpgoroot/ GOPATH=/tmp/tmpgopath/ godoc -http=localhost:6060 -play
234234
235235cluster : # # Launch an Elasticsearch cluster with Docker
236- $(eval version ?= "elasticsearch-oss:7.4 -SNAPSHOT")
236+ $(eval version ?= "elasticsearch-oss:7.5 -SNAPSHOT")
237237ifeq ($(origin nodes ) , undefined)
238238 $(eval nodes = 1)
239239endif
@@ -311,7 +311,7 @@ ifdef detached
311311endif
312312
313313cluster-update : # # Update the Docker image
314- $(eval version ?= "elasticsearch-oss:7.4 -SNAPSHOT")
314+ $(eval version ?= "elasticsearch-oss:7.5 -SNAPSHOT")
315315 @echo " \033[2m→ Updating the Docker image...\033[0m"
316316 @docker pull docker.elastic.co/elasticsearch/$(version ) ;
317317
You can’t perform that action at this time.
0 commit comments