File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ FROM dockerfile/java
99
1010# Install ElasticSearch.
1111
12- RUN wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.0 .1.tar.gz
13- RUN tar xzf elasticsearch-1.0 .1.tar.gz
14- RUN mv elasticsearch-1.0 .1 /opt/elasticsearch
15- RUN rm elasticsearch-1.0 .1.tar.gz
12+ RUN wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.1 .1.tar.gz
13+ RUN tar xzf elasticsearch-1.1 .1.tar.gz
14+ RUN mv elasticsearch-1.1 .1 /opt/elasticsearch
15+ RUN rm elasticsearch-1.1 .1.tar.gz
1616
1717# Expose ports.
1818# - 9200: HTTP
@@ -21,4 +21,4 @@ EXPOSE 9200
2121EXPOSE 9300
2222
2323# Define an entry point.
24- ENTRYPOINT ["/opt/elasticsearch/bin/elasticsearch" ]
24+ ENTRYPOINT ["/opt/elasticsearch/bin/elasticsearch" ]
You can’t perform that action at this time.
0 commit comments