diff --git a/README.md b/README.md index 963c2cb2..3ad98d4e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ In addition, a docker-compose file is provided to launch the containers mentione ## Current release -Containers are currently tested on Wazuh version 3.6.1 and Elastic Stack version 6.4.1. We will do our best to keep this repository updated to latest versions of both Wazuh and Elastic Stack. +Containers are currently tested on Wazuh version 3.6.1 and Elastic Stack version 6.4.2. We will do our best to keep this repository updated to latest versions of both Wazuh and Elastic Stack. ## Installation notes diff --git a/kibana/Dockerfile b/kibana/Dockerfile index 3f5f0454..916602c8 100644 --- a/kibana/Dockerfile +++ b/kibana/Dockerfile @@ -1,6 +1,6 @@ # Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) -FROM docker.elastic.co/kibana/kibana:6.4.1 -ARG WAZUH_APP_VERSION=3.6.1_6.4.1 +FROM docker.elastic.co/kibana/kibana:6.4.2 +ARG WAZUH_APP_VERSION=3.6.1_6.4.2 USER root ADD https://packages.wazuh.com/wazuhapp/wazuhapp-${WAZUH_APP_VERSION}.zip /tmp diff --git a/logstash/Dockerfile b/logstash/Dockerfile index 3156e23f..9274dd19 100644 --- a/logstash/Dockerfile +++ b/logstash/Dockerfile @@ -1,5 +1,5 @@ # Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) -FROM docker.elastic.co/logstash/logstash:6.4.1 +FROM docker.elastic.co/logstash/logstash:6.4.2 RUN rm -f /usr/share/logstash/pipeline/logstash.conf diff --git a/wazuh/Dockerfile b/wazuh/Dockerfile index 4f8c1b2a..34205be4 100644 --- a/wazuh/Dockerfile +++ b/wazuh/Dockerfile @@ -1,6 +1,6 @@ # Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) FROM phusion/baseimage:latest -ARG FILEBEAT_VERSION=6.4.1 +ARG FILEBEAT_VERSION=6.4.2 ARG WAZUH_VERSION=3.6.1-1 # Updating image