mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-06 03:55:24 +00:00
[es] upgrade to 2.3.0 and switch to Java 8
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
FROM itzg/ubuntu-openjdk-7
|
FROM java:openjdk-8u72-jdk
|
||||||
|
|
||||||
MAINTAINER itzg
|
MAINTAINER itzg
|
||||||
|
|
||||||
ENV ES_VERSION 2.1.0
|
ENV ES_VERSION 2.3.0
|
||||||
|
|
||||||
RUN wget -qO /tmp/es.tgz https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/$ES_VERSION/elasticsearch-$ES_VERSION.tar.gz && \
|
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 && \
|
cd /usr/share && \
|
||||||
|
|||||||
Reference in New Issue
Block a user