From ed6ea6d8aa13247343935e60d8fb5fafd2c37a5f Mon Sep 17 00:00:00 2001 From: quebim Date: Mon, 25 Nov 2024 10:25:50 -0300 Subject: [PATCH] Add version definition on each RUN step --- docker/builder/Dockerfile | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/docker/builder/Dockerfile b/docker/builder/Dockerfile index a4e271208dfad..d51e99e485c4d 100644 --- a/docker/builder/Dockerfile +++ b/docker/builder/Dockerfile @@ -69,9 +69,6 @@ RUN git clone --branch ${INDEXER_BRANCH} https://github.com/wazuh/wazuh-indexer git clone --branch ${INDEXER_PLUGINS_BRANCH} https://github.com/wazuh/wazuh-indexer-plugins --depth 1 /opt/wazuh-indexer-plugins && \ git clone --branch ${INDEXER_REPORTING_BRANCH} https://github.com/wazuh/wazuh-indexer-reporting --depth 1 /opt/wazuh-indexer-reporting -# Set version env var -ENV VERSION=$(