We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d28d1c commit 0b826f8Copy full SHA for 0b826f8
Makefile
@@ -247,7 +247,7 @@ godoc: ## Display documentation for the package
247
godoc --http=localhost:6060 --play
248
249
cluster: ## Launch an Elasticsearch cluster with Docker
250
- $(eval version ?= "elasticsearch-oss:7.x-SNAPSHOT")
+ $(eval version ?= "elasticsearch-oss:7.8-SNAPSHOT")
251
ifeq ($(origin nodes), undefined)
252
$(eval nodes = 1)
253
endif
@@ -327,7 +327,7 @@ ifdef detach
327
328
329
cluster-update: ## Update the Docker image
330
331
@printf "\033[2m→ Updating the Docker image...\033[0m\n"
332
@docker pull docker.elastic.co/elasticsearch/$(version);
333
0 commit comments