mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-13 22:02:28 +00:00
[logstash] Upgrade to 2.0.15
This commit is contained in:
parent
128dd8950a
commit
ea32f70dd7
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 CASSANDRA_VERSION 2.0.12
|
||||
ENV CASSANDRA_VERSION 2.0.15
|
||||
|
||||
RUN wget -qO /tmp/apache-cassandra.tgz http://mirrors.ibiblio.org/apache/cassandra/$CASSANDRA_VERSION/apache-cassandra-$CASSANDRA_VERSION-bin.tar.gz
|
||||
RUN tar -C /opt -zxvf /tmp/apache-cassandra.tgz && \
|
||||
|
|
Loading…
Reference in a new issue