diff --git a/integrations/malware_tools_analyzers/Dockerfile b/integrations/malware_tools_analyzers/Dockerfile index 3546a439c..ff6546629 100644 --- a/integrations/malware_tools_analyzers/Dockerfile +++ b/integrations/malware_tools_analyzers/Dockerfile @@ -36,8 +36,8 @@ RUN wget -q https://github.com/mandiant/capa/releases/download/v7.3.0/capa-v7.3. # Install Floss WORKDIR ${PROJECT_PATH}/floss -RUN wget -q https://github.com/mandiant/flare-floss/releases/download/v3.1.0/floss-v3.1.0-linux.zip \ - && unzip floss-v3.1.0-linux.zip \ +RUN wget -q https://github.com/mandiant/flare-floss/releases/download/v3.1.1/floss-v3.1.1-linux.zip \ + && unzip floss-v3.1.1-linux.zip \ && ln -s ${PROJECT_PATH}/floss/floss /usr/local/bin/floss # Build Stringsifter