mirror of
https://github.com/itzg/docker-minecraft-server
synced 2025-03-04 23:27:17 +00:00
[es] Upgrade to 2.4.0
This commit is contained in:
parent
c38bfb22cc
commit
f7523eef4e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM java:8u92-jre-alpine
|
|||
|
||||
MAINTAINER itzg
|
||||
|
||||
ENV ES_VERSION=2.3.4
|
||||
ENV ES_VERSION=2.4.0
|
||||
|
||||
ADD https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/$ES_VERSION/elasticsearch-$ES_VERSION.tar.gz /tmp/es.tgz
|
||||
RUN cd /usr/share && \
|
||||
|
|
Loading…
Add table
Reference in a new issue