From b3d576623e429e29b8f7e1ef264b8a4ede5ae129 Mon Sep 17 00:00:00 2001 From: Alberto R Date: Wed, 8 Jun 2022 15:11:54 +0200 Subject: [PATCH] Added UI revision --- build-docker-images/wazuh-dashboard/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-docker-images/wazuh-dashboard/Dockerfile b/build-docker-images/wazuh-dashboard/Dockerfile index fb3cd544..f07fbb64 100644 --- a/build-docker-images/wazuh-dashboard/Dockerfile +++ b/build-docker-images/wazuh-dashboard/Dockerfile @@ -2,6 +2,7 @@ FROM ubuntu:focal AS builder ARG WAZUH_VERSION=4.3.4 +ARG WAZUH_UI_REVISION=1 ARG INSTALL_DIR=/usr/share/wazuh-dashboard # Update and install dependencies @@ -20,7 +21,7 @@ COPY config/config.yml / RUN bash config.sh # Install Wazuh App -RUN $INSTALL_DIR/bin/opensearch-dashboards-plugin install https://packages.wazuh.com/4.x/ui/dashboard/wazuh-${WAZUH_VERSION}.zip --allow-root +RUN $INSTALL_DIR/bin/opensearch-dashboards-plugin install https://packages.wazuh.com/4.x/ui/dashboard/wazuh-${WAZUH_VERSION}-{WAZUH_UI_REVISION}.zip --allow-root # Copy and set permissions to config files COPY config/opensearch_dashboards.yml $INSTALL_DIR/config/