Skip to content

Commit 549d632

Browse files
Update GoReSym from v3.3 to v3.4 (#3847)
Co-authored-by: mlodic <30625432+mlodic@users.noreply.github.com>
1 parent 2e83201 commit 549d632

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.3/GoReSym-$GORESYM_ARCH.zip" \
35+
&& wget -q "https://github.com/mandiant/GoReSym/releases/download/v3.4/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)