Update Wazuh app for cloud-0.21 (#338)

This commit is contained in:
Robin
2020-04-28 10:36:51 +02:00
committed by GitHub
parent 18640426af
commit 3949283bd3
2 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
# Wazuh Docker Copyright (C) 2019 Wazuh Inc. (License GPLv2)
FROM docker.elastic.co/kibana/kibana:7.4.2
ARG ELASTIC_VERSION=7.4.2
ARG WAZUH_VERSION=3.11.4
ARG WAZUH_VERSION=3.11.5
ARG WAZUH_APP_VERSION="${WAZUH_VERSION}_${ELASTIC_VERSION}"
USER root