diff --git a/docker-compose.yml b/docker-compose.yml index 08e28d51..b112bd9e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -37,7 +37,7 @@ services: - LS_HEAP_SIZE=2048m - XPACK_MONITORING_ENABLED=false elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch:6.1.2 + image: docker.elastic.co/elasticsearch/elasticsearch:6.1.3 hostname: elasticsearch restart: always ports: diff --git a/kibana/Dockerfile b/kibana/Dockerfile index 7fdb7bd4..fcd16be5 100644 --- a/kibana/Dockerfile +++ b/kibana/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.elastic.co/kibana/kibana:6.1.2 +FROM docker.elastic.co/kibana/kibana:6.1.3 USER root @@ -6,7 +6,7 @@ COPY ./config/kibana.yml /usr/share/kibana/config/kibana.yml COPY config/wait-for-it.sh /wait-for-it.sh -ADD https://packages.wazuh.com/wazuhapp/wazuhapp-3.1.0_6.1.2.zip /tmp +ADD https://packages.wazuh.com/wazuhapp/wazuhapp-3.1.0_6.1.3.zip /tmp ADD https://raw.githubusercontent.com/wazuh/wazuh/3.1/extensions/elasticsearch/wazuh-elastic6-template-alerts.json /usr/share/kibana/config @@ -14,7 +14,7 @@ ADD https://raw.githubusercontent.com/wazuh/wazuh/3.1/extensions/elasticsearch/w ADD https://raw.githubusercontent.com/wazuh/wazuh/3.1/extensions/elasticsearch/alert_sample.json /usr/share/kibana/config -RUN /usr/share/kibana/bin/kibana-plugin install file:///tmp/wazuhapp-3.1.0_6.1.2.zip +RUN /usr/share/kibana/bin/kibana-plugin install file:///tmp/wazuhapp-3.1.0_6.1.3.zip RUN rm -rf /tmp/* diff --git a/logstash/Dockerfile b/logstash/Dockerfile index db67c405..4c27234d 100644 --- a/logstash/Dockerfile +++ b/logstash/Dockerfile @@ -1,3 +1,3 @@ -FROM docker.elastic.co/logstash/logstash:6.1.2 +FROM docker.elastic.co/logstash/logstash:6.1.3 COPY config/logstash.conf /etc/logstash/conf.d/logstash.conf diff --git a/wazuh/Dockerfile b/wazuh/Dockerfile index a2eaf06c..a416cac0 100644 --- a/wazuh/Dockerfile +++ b/wazuh/Dockerfile @@ -1,5 +1,5 @@ FROM phusion/baseimage:latest -ARG FILEBEAT_VERSION=6.1.2 +ARG FILEBEAT_VERSION=6.1.3 RUN apt-get update; apt-get -y dist-upgrade RUN apt-get -y install openssl postfix bsd-mailx curl apt-transport-https lsb-release