mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-12 21:32:28 +00:00
[es] Upgrade to 2.3.2
This commit is contained in:
parent
2d48bcb1a0
commit
dd5a21067b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM java:openjdk-8u72-jdk
|
|||
|
||||
MAINTAINER itzg
|
||||
|
||||
ENV ES_VERSION 2.3.0
|
||||
ENV ES_VERSION 2.3.2
|
||||
|
||||
RUN wget -qO /tmp/es.tgz https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/$ES_VERSION/elasticsearch-$ES_VERSION.tar.gz && \
|
||||
cd /usr/share && \
|
||||
|
|
Loading…
Reference in a new issue