mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 06:14:14 +00:00
commit
2e8704a311
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ RUN apt-get update && \
|
|||
DEBIAN_FRONTEND=noninteractive apt-get install -y wget && \
|
||||
apt-get clean
|
||||
|
||||
ENV ES_VERSION 1.4.3
|
||||
ENV ES_VERSION 1.4.4
|
||||
|
||||
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