From 4cb18cc1890aed1a56deb4077e29c2dd18a9db10 Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Fri, 2 Oct 2020 10:52:37 +0200 Subject: [PATCH] Bump sample ODFE cluster to 1.10.1 --- docker-compose.yml | 2 +- kibana-opendistro/Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4e859267..67fe1c5f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,7 +31,7 @@ services: - filebeat_var:/var/lib/filebeat elasticsearch: - image: amazon/opendistro-for-elasticsearch:1.9.0 + image: amazon/opendistro-for-elasticsearch:1.10.1 hostname: elasticsearch restart: always ports: diff --git a/kibana-opendistro/Dockerfile b/kibana-opendistro/Dockerfile index 82631ca2..bdd80f9c 100644 --- a/kibana-opendistro/Dockerfile +++ b/kibana-opendistro/Dockerfile @@ -1,7 +1,7 @@ # Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2) -FROM amazon/opendistro-for-elasticsearch-kibana:1.9.0 +FROM amazon/opendistro-for-elasticsearch-kibana:1.10.1 USER kibana -ARG ELASTIC_VERSION=7.8.0 +ARG ELASTIC_VERSION=7.9.1 ARG WAZUH_VERSION=4.0.0 ARG WAZUH_APP_VERSION="${WAZUH_VERSION}_${ELASTIC_VERSION}"