mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 06:14:14 +00:00
Fixed #22: upgraded ES to 1.5.0
This commit is contained in:
parent
b1f9d1c7c6
commit
6f62af7d85
1 changed files with 1 additions and 5 deletions
|
@ -2,11 +2,7 @@ FROM itzg/ubuntu-openjdk-7
|
|||
|
||||
MAINTAINER itzg
|
||||
|
||||
RUN apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y wget && \
|
||||
apt-get clean
|
||||
|
||||
ENV ES_VERSION 1.4.4
|
||||
ENV ES_VERSION 1.5.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