Bump sample ODFE cluster to 1.10.1

This commit is contained in:
Manuel Gutierrez
2020-10-02 10:52:37 +02:00
parent 9069d993f1
commit 4cb18cc189
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ services:
- filebeat_var:/var/lib/filebeat - filebeat_var:/var/lib/filebeat
elasticsearch: elasticsearch:
image: amazon/opendistro-for-elasticsearch:1.9.0 image: amazon/opendistro-for-elasticsearch:1.10.1
hostname: elasticsearch hostname: elasticsearch
restart: always restart: always
ports: ports:
+2 -2
View File
@@ -1,7 +1,7 @@
# Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2) # 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 USER kibana
ARG ELASTIC_VERSION=7.8.0 ARG ELASTIC_VERSION=7.9.1
ARG WAZUH_VERSION=4.0.0 ARG WAZUH_VERSION=4.0.0
ARG WAZUH_APP_VERSION="${WAZUH_VERSION}_${ELASTIC_VERSION}" ARG WAZUH_APP_VERSION="${WAZUH_VERSION}_${ELASTIC_VERSION}"