File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11---
22
33STACK_VERSION :
4- - 7.x -SNAPSHOT
4+ - 7.13.0 -SNAPSHOT
55
66GO_VERSION :
77 - 1-alpine
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ godoc: ## Display documentation for the package
265265 godoc --http=localhost:6060 --play
266266
267267cluster : # # Launch an Elasticsearch cluster with Docker
268- $(eval version ?= "elasticsearch:7.x -SNAPSHOT")
268+ $(eval version ?= "elasticsearch:7.13.0 -SNAPSHOT")
269269 $(eval flavor ?= "core")
270270 $(eval elasticsearch_url = "http://es1:9200")
271271
@@ -345,7 +345,7 @@ ifdef detach
345345endif
346346
347347cluster-update : # # Update the Docker image
348- $(eval version ?= "elasticsearch:7.x -SNAPSHOT")
348+ $(eval version ?= "elasticsearch:7.13.0 -SNAPSHOT")
349349 @printf " \033[2m→ Updating the Docker image...\033[0m\n"
350350 @docker pull docker.elastic.co/elasticsearch/$(version ) ;
351351
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ package version
66
77// Client returns the client version as a string.
88//
9- const Client = "7.13-SNAPSHOT"
9+ const Client = "7.13.0 -SNAPSHOT"
You can’t perform that action at this time.
0 commit comments