Updating to 3.9.1-6.8.0

This commit is contained in:
manuasir
2019-05-21 19:13:15 +02:00
parent 0cef2a5974
commit 2e4f1ffe45
5 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# Wazuh App Copyright (C) 2019 Wazuh Inc. (License GPLv2)
FROM docker.elastic.co/elasticsearch/elasticsearch:6.7.2
FROM docker.elastic.co/elasticsearch/elasticsearch:6.8.0
ENV ELASTICSEARCH_URL="http://elasticsearch:9200"
@@ -39,7 +39,7 @@ COPY --chown=elasticsearch:elasticsearch ./config/load_settings.sh ./
RUN chmod +x ./load_settings.sh
RUN bin/elasticsearch-plugin install --batch https://artifacts.elastic.co/downloads/elasticsearch-plugins/repository-s3/repository-s3-6.7.2.zip
RUN bin/elasticsearch-plugin install --batch https://artifacts.elastic.co/downloads/elasticsearch-plugins/repository-s3/repository-s3-6.8.0.zip
COPY config/configure_s3.sh ./config/configure_s3.sh
RUN chmod 755 ./config/configure_s3.sh