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