Skip to content

Commit

Permalink
Update ES to version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jlgeering committed Aug 20, 2014
1 parent 66c1033 commit 77344cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ FROM dockerfile/java
# Install ElasticSearch.
RUN \
cd /tmp && \
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.1.tar.gz && \
tar xvzf elasticsearch-1.3.1.tar.gz && \
rm -f elasticsearch-1.3.1.tar.gz && \
mv /tmp/elasticsearch-1.3.1 /elasticsearch
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.2.tar.gz && \
tar xvzf elasticsearch-1.3.2.tar.gz && \
rm -f elasticsearch-1.3.2.tar.gz && \
mv /tmp/elasticsearch-1.3.2 /elasticsearch

# Define mountable directories.
VOLUME ["/data"]
Expand Down

0 comments on commit 77344cc

Please sign in to comment.