From b6cc7d20bbf2f612039e39d9d43776e1ad49e679 Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Thu, 3 Sep 2020 12:56:14 +0200 Subject: [PATCH] Use latest app version from pre-release --- kibana-opendistro/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kibana-opendistro/Dockerfile b/kibana-opendistro/Dockerfile index 8d066505..530316a6 100644 --- a/kibana-opendistro/Dockerfile +++ b/kibana-opendistro/Dockerfile @@ -2,11 +2,11 @@ FROM amazon/opendistro-for-elasticsearch-kibana:1.9.0 USER kibana ARG ELASTIC_VERSION=7.8.0 -ARG WAZUH_VERSION=3.13.1 +ARG WAZUH_VERSION=4.0.0 ARG WAZUH_APP_VERSION="${WAZUH_VERSION}_${ELASTIC_VERSION}" WORKDIR /usr/share/kibana -RUN ./bin/kibana-plugin install https://packages-dev.wazuh.com/warehouse/test/4.0/ui/kibana/wazuhapp-4.0.0_7.8.0_0.0.0.todelete.zip +RUN ./bin/kibana-plugin install https://packages-dev.wazuh.com/pre-release/ui/kibana/wazuh_kibana-${WAZUH_APP_VERSION}-1.zip RUN cp -Rf ./plugins/wazuh/node_modules/brace ./node_modules/ RUN rm -Rf plugins/wazuh/node_modules/brace