Skip to content

Commit

Permalink
Merge pull request #1037 from wazuh/bump-4.7.0
Browse files Browse the repository at this point in the history
Bump new builder script
  • Loading branch information
vcerenu authored Oct 9, 2023
2 parents c18a1ec + dee2c3c commit 0555e49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-docker-images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Usage: build-docker-images/build-images.sh [OPTIONS]
-d, --dev <ref> [Optional] Set the development stage you want to build, example rc1 or beta1, not used by default.
-f, --filebeat-module <ref> [Optional] Set Filebeat module version. By default 0.2.
-r, --revision <rev> [Optional] Package revision. By default 1
-v, --version <ver> [Optional] Set the Wazuh version should be builded. By default, 4.6.0.
-v, --version <ver> [Optional] Set the Wazuh version should be builded. By default, 4.7.0.
-h, --help Show this help.
```
2 changes: 1 addition & 1 deletion build-docker-images/build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ IMAGE_VERSION=${WAZUH_IMAGE_VERSION}
# License (version 2) as published by the FSF - Free Software
# Foundation.

WAZUH_IMAGE_VERSION="4.6.0"
WAZUH_IMAGE_VERSION="4.7.0"
WAZUH_TAG_REVISION="1"
WAZUH_DEV_STAGE=""
FILEBEAT_MODULE_VERSION="0.2"
Expand Down

0 comments on commit 0555e49

Please sign in to comment.