mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-13 05:42:28 +00:00
[es] Upgraded to 1.6.0
This commit is contained in:
parent
6ba5fe29c1
commit
7e624b90dd
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM itzg/ubuntu-openjdk-7
|
|||
|
||||
MAINTAINER itzg
|
||||
|
||||
ENV ES_VERSION 1.5.2
|
||||
ENV ES_VERSION 1.6.0
|
||||
|
||||
RUN wget -qO /tmp/es.tgz https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-$ES_VERSION.tar.gz && \
|
||||
cd /usr/share && \
|
||||
|
|
Loading…
Reference in a new issue