From 8b23a7286a9009588a32e6864b9995f058d3d35c Mon Sep 17 00:00:00 2001 From: Enkelmann Date: Mon, 13 Dec 2021 07:41:10 +0100 Subject: [PATCH] update to Ghidra 10.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1308ae3..199de0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM openjdk:jdk-slim -ENV GHIDRA_RELEASE_TAG Ghidra_10.0.4_build -ENV GHIDRA_VERSION ghidra_10.0.4_PUBLIC_20210928 +ENV GHIDRA_RELEASE_TAG Ghidra_10.1_build +ENV GHIDRA_VERSION ghidra_10.1_PUBLIC_20211210 RUN apt-get update && \ apt-get install -y --no-install-recommends wget unzip fontconfig && \