We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54007a commit b937004Copy full SHA for b937004
Makefile
@@ -233,7 +233,7 @@ godoc: ## Display documentation for the package
233
GOROOT=/tmp/tmpgoroot/ GOPATH=/tmp/tmpgopath/ godoc -http=localhost:6060 -play
234
235
cluster: ## Launch an Elasticsearch cluster with Docker
236
- $(eval version ?= "elasticsearch-oss:7.4-SNAPSHOT")
+ $(eval version ?= "elasticsearch-oss:7.5-SNAPSHOT")
237
ifeq ($(origin nodes), undefined)
238
$(eval nodes = 1)
239
endif
@@ -311,7 +311,7 @@ ifdef detached
311
312
313
cluster-update: ## Update the Docker image
314
315
@echo "\033[2m→ Updating the Docker image...\033[0m"
316
@docker pull docker.elastic.co/elasticsearch/$(version);
317
0 commit comments