Skip to content

Commit

Permalink
fluent bit to 3.0.6 and yara to 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed May 28, 2024
1 parent 799f6ac commit c130c24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/file-monitor.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ENV EXTRACTED_FILE_ENABLE_CAPA $EXTRACTED_FILE_ENABLE_CAPA
ENV EXTRACTED_FILE_CAPA_VERBOSE $EXTRACTED_FILE_CAPA_VERBOSE
ENV SRC_BASE_DIR "/usr/local/src"
ENV CLAMAV_RULES_DIR "/var/lib/clamav"
ENV YARA_VERSION "4.5.0"
ENV YARA_VERSION "4.5.1"
ENV YARA_URL "https://github.com/VirusTotal/yara/archive/v${YARA_VERSION}.tar.gz"
ENV YARA_RULES_SRC_DIR "/yara-rules-src"
ENV YARA_RULES_DIR "/yara-rules"
Expand Down
2 changes: 1 addition & 1 deletion scripts/third-party-logs/fluent-bit-setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
###############################################################################

$fluent_bit_version = '3.0'
$fluent_bit_full_version = '3.0.5'
$fluent_bit_full_version = '3.0.6'

###############################################################################
# select an item from a menu provided in an array
Expand Down

0 comments on commit c130c24

Please sign in to comment.