There was an error while loading. Please reload this page.
1 parent 2e83201 commit 549d632Copy full SHA for 549d632
1 file changed
integrations/malware_tools_analyzers/Dockerfile
@@ -32,7 +32,7 @@ WORKDIR ${PROJECT_PATH}/goresym
32
RUN if [[ $TARGETARCH == "amd64" ]]; \
33
then export GORESYM_ARCH="linux"; \
34
else export GORESYM_ARCH="mac"; fi \
35
- && wget -q "https://github.com/mandiant/GoReSym/releases/download/v3.3/GoReSym-$GORESYM_ARCH.zip" \
+ && wget -q "https://github.com/mandiant/GoReSym/releases/download/v3.4/GoReSym-$GORESYM_ARCH.zip" \
36
&& unzip "GoReSym-$GORESYM_ARCH.zip" \
37
&& chmod +x GoReSym \
38
&& ln -s ${PROJECT_PATH}/goresym/GoReSym /usr/local/bin/goresym
0 commit comments