From a40c870e78c86c09a709a1e8674759b058ae3a2c Mon Sep 17 00:00:00 2001 From: vcerenu Date: Tue, 17 May 2022 12:52:47 -0300 Subject: [PATCH] test ci actions --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 5e21f784..34e2a781 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -WAZUH_IMAGE_VERSION=4.3.0 +WAZUH_IMAGE_VERSION=4.3.1 WAZUH_VERSION=$(echo $WAZUH_IMAGE_VERSION | sed -e 's/\.//g') WAZUH_ACTUAL_VERSION=$(curl --silent https://api.github.com/repos/wazuh/wazuh/releases/latest | grep '\"tag_name\":' | sed -E 's/.*\"([^\"]+)\".*/\1/' | cut -c 2- | sed -e 's/\.//g')