Skip to content

Commit b937004

Browse files
committed
Makefile: Update the default Elasticsearch version to 7.5-SNAPSHOT
1 parent c54007a commit b937004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff 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

235235
cluster: ## Launch an Elasticsearch cluster with Docker
236-
$(eval version ?= "elasticsearch-oss:7.4-SNAPSHOT")
236+
$(eval version ?= "elasticsearch-oss:7.5-SNAPSHOT")
237237
ifeq ($(origin nodes), undefined)
238238
$(eval nodes = 1)
239239
endif
@@ -311,7 +311,7 @@ ifdef detached
311311
endif
312312

313313
cluster-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

0 commit comments

Comments
 (0)