From 9cd9ae726a8a02e67d259ce67dd6e0ffb3ad2c48 Mon Sep 17 00:00:00 2001 From: mlodic <30625432+mlodic@users.noreply.github.com> Date: Mon, 15 Jun 2026 11:54:07 +0000 Subject: [PATCH] Update GoReSym from v3.0.2 to v3.3 --- integrations/malware_tools_analyzers/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/malware_tools_analyzers/Dockerfile b/integrations/malware_tools_analyzers/Dockerfile index 6948d5180b..25be563497 100644 --- a/integrations/malware_tools_analyzers/Dockerfile +++ b/integrations/malware_tools_analyzers/Dockerfile @@ -32,7 +32,7 @@ WORKDIR ${PROJECT_PATH}/goresym RUN if [[ $TARGETARCH == "amd64" ]]; \ then export GORESYM_ARCH="linux"; \ else export GORESYM_ARCH="mac"; fi \ - && wget -q "https://github.com/mandiant/GoReSym/releases/download/v3.0.2/GoReSym-$GORESYM_ARCH.zip" \ + && wget -q "https://github.com/mandiant/GoReSym/releases/download/v3.3/GoReSym-$GORESYM_ARCH.zip" \ && unzip "GoReSym-$GORESYM_ARCH.zip" \ && chmod +x GoReSym \ && ln -s ${PROJECT_PATH}/goresym/GoReSym /usr/local/bin/goresym