diff --git a/integrations/malware_tools_analyzers/Dockerfile b/integrations/malware_tools_analyzers/Dockerfile index 7304bc2717..5d25165f11 100644 --- a/integrations/malware_tools_analyzers/Dockerfile +++ b/integrations/malware_tools_analyzers/Dockerfile @@ -23,7 +23,7 @@ RUN useradd -ms /bin/bash ${USER} \ WORKDIR ${PROJECT_PATH} # Install Box-js -RUN npm install box-js@1.9.27 --global --production \ +RUN npm install box-js@1.9.29 --global --production \ && mkdir -p /tmp/boxjs \ && chown -R ${USER}:${USER} /tmp/boxjs