We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b76a7 commit b87fb22Copy full SHA for b87fb22
Dockerfile
@@ -4,7 +4,7 @@ FROM ghidra:11.3.1
4
ENV GHIDRA_INSTALL_DIR=/opt/ghidra
5
6
# Define build arguments with defaults
7
-ARG KAIJU_RELEASE_URL=https://github.com/CERTCC/kaiju/releases/download/250220/ghidra_11.3.1_PUBLIC_20250220_kaiju.zip
+ARG KAIJU_RELEASE_URL=https://github.com/CERTCC/kaiju/releases/download/250610/ghidra_11.3.1_PUBLIC_20250610_kaiju.zip
8
9
RUN apt-get -y update && apt-get -y install busybox
10
0 commit comments