Skip to content

Commit

Permalink
upgrade to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrothstein committed Apr 18, 2014
1 parent 55ef689 commit 2e887cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ FROM dockerfile/java

# Install ElasticSearch.

RUN wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.0.1.tar.gz
RUN tar xzf elasticsearch-1.0.1.tar.gz
RUN mv elasticsearch-1.0.1 /opt/elasticsearch
RUN rm elasticsearch-1.0.1.tar.gz
RUN wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.1.1.tar.gz
RUN tar xzf elasticsearch-1.1.1.tar.gz
RUN mv elasticsearch-1.1.1 /opt/elasticsearch
RUN rm elasticsearch-1.1.1.tar.gz

# Expose ports.
# - 9200: HTTP
Expand All @@ -21,4 +21,4 @@ EXPOSE 9200
EXPOSE 9300

# Define an entry point.
ENTRYPOINT ["/opt/elasticsearch/bin/elasticsearch"]
ENTRYPOINT ["/opt/elasticsearch/bin/elasticsearch"]

0 comments on commit 2e887cb

Please sign in to comment.