Skip to content

Commit 584ff8b

Browse files
mlodicgithub-actions[bot]
authored andcommitted
Update GoReSym from v3.0.2 to v3.3
1 parent 4af8656 commit 584ff8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/malware_tools_analyzers/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ WORKDIR ${PROJECT_PATH}/goresym
3232
RUN if [[ $TARGETARCH == "amd64" ]]; \
3333
then export GORESYM_ARCH="linux"; \
3434
else export GORESYM_ARCH="mac"; fi \
35-
&& wget -q "https://github.com/mandiant/GoReSym/releases/download/v3.0.2/GoReSym-$GORESYM_ARCH.zip" \
35+
&& wget -q "https://github.com/mandiant/GoReSym/releases/download/v3.3/GoReSym-$GORESYM_ARCH.zip" \
3636
&& unzip "GoReSym-$GORESYM_ARCH.zip" \
3737
&& chmod +x GoReSym \
3838
&& ln -s ${PROJECT_PATH}/goresym/GoReSym /usr/local/bin/goresym

0 commit comments

Comments
 (0)