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')