forked from pires/docker-elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade Elasticsearch to version 6.1.3
Signed-off-by: Paulo Pires <[email protected]>
- Loading branch information
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ MAINTAINER [email protected] | |
# Export HTTP & Transport | ||
EXPOSE 9200 9300 | ||
|
||
ENV ES_VERSION 6.1.2 | ||
ENV ES_VERSION 6.1.3 | ||
|
||
ENV DOWNLOAD_URL "https://artifacts.elastic.co/downloads/elasticsearch" | ||
ENV ES_TARBAL "${DOWNLOAD_URL}/elasticsearch-${ES_VERSION}.tar.gz" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters