Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integrations/malware_tools_analyzers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down