bump elk to 6.4.2

This commit is contained in:
t3chn0m4g3
2018-10-12 16:07:20 +00:00
parent 4de81cf13d
commit c46d3e4f6f
3 changed files with 7 additions and 7 deletions

View File

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