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.3 -SNAPSHOT")
236+ $(eval version ?= "elasticsearch-oss:7.4 -SNAPSHOT")
237237ifeq ($(origin nodes ) , undefined)
238238 $(eval nodes = 1)
239239endif
@@ -309,7 +309,7 @@ ifdef detached
309309endif
310310
311311cluster-update : # # Update the Docker image
312- $(eval version ?= "elasticsearch-oss:7.3 -SNAPSHOT")
312+ $(eval version ?= "elasticsearch-oss:7.4 -SNAPSHOT")
313313 @echo " \033[2m→ Updating the Docker image...\033[0m"
314314 @docker pull docker.elastic.co/elasticsearch/$(version ) ;
315315
You can’t perform that action at this time.
0 commit comments