bump elk stack to 6.5.4

This commit is contained in:
t3chn0m4g3
2019-01-14 20:41:08 +00:00
parent 2fa03671e2
commit 4754526884
3 changed files with 6 additions and 6 deletions

View File

@ -13,8 +13,8 @@ RUN apk -U add \
# Get and install packages
cd /root/dist/ && \
mkdir -p /usr/share/elasticsearch/ && \
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.2.tar.gz && \
tar xvfz elasticsearch-6.5.2.tar.gz --strip-components=1 -C /usr/share/elasticsearch/ && \
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.4.tar.gz && \
tar xvfz elasticsearch-6.5.4.tar.gz --strip-components=1 -C /usr/share/elasticsearch/ && \
# Add and move files
cd /root/dist/ && \