Skip to content

Commit 0b826f8

Browse files
committed
Makefile: Update the cluster version to 7.8-SNAPSHOT
1 parent 9d28d1c commit 0b826f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ godoc: ## Display documentation for the package
247247
godoc --http=localhost:6060 --play
248248

249249
cluster: ## Launch an Elasticsearch cluster with Docker
250-
$(eval version ?= "elasticsearch-oss:7.x-SNAPSHOT")
250+
$(eval version ?= "elasticsearch-oss:7.8-SNAPSHOT")
251251
ifeq ($(origin nodes), undefined)
252252
$(eval nodes = 1)
253253
endif
@@ -327,7 +327,7 @@ ifdef detach
327327
endif
328328

329329
cluster-update: ## Update the Docker image
330-
$(eval version ?= "elasticsearch-oss:7.x-SNAPSHOT")
330+
$(eval version ?= "elasticsearch-oss:7.8-SNAPSHOT")
331331
@printf "\033[2m→ Updating the Docker image...\033[0m\n"
332332
@docker pull docker.elastic.co/elasticsearch/$(version);
333333

0 commit comments

Comments
 (0)