From d2b19e3629f7dfa615f53203da66e2496fc32f70 Mon Sep 17 00:00:00 2001 From: Enkelmann <46347022+Enkelmann@users.noreply.github.com> Date: Wed, 28 Feb 2024 12:54:04 +0100 Subject: [PATCH] Update image to Ghidra 11 (#11) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 76a1c69..92e2e4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM openjdk:jdk-slim -ENV GHIDRA_RELEASE_TAG Ghidra_10.2.3_build -ENV GHIDRA_VERSION ghidra_10.2.3_PUBLIC_20230208 +ENV GHIDRA_RELEASE_TAG Ghidra_11.0.1_build +ENV GHIDRA_VERSION ghidra_11.0.1_PUBLIC_20240130 RUN apt-get update && \ apt-get install -y --no-install-recommends wget unzip fontconfig && \