Skip to content

Commit

Permalink
elasticsearch update to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ludekvesely committed Jan 1, 2016
1 parent 20cc943 commit 49bc489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,7 +1,7 @@
FROM develar/java:latest FROM develar/java:latest
MAINTAINER Ludek Vesely <ludek.vesely@email.com> MAINTAINER Ludek Vesely <ludek.vesely@email.com>


ENV ES_VERSION 2.1.0 ENV ES_VERSION 2.1.1


RUN apk add --update curl && \ RUN apk add --update curl && \
( curl -Lskj https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-$ES_VERSION.tar.gz | \ ( curl -Lskj https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-$ES_VERSION.tar.gz | \
Expand Down

0 comments on commit 49bc489

Please sign in to comment.