Unverified Commit 9981d746 by Enkelmann Committed by GitHub

update Ghidra to 10.1.1 in the dockerfile (#271)

parent 52429e07
......@@ -5,7 +5,7 @@ WORKDIR /cwe_checker
COPY . .
RUN cargo build --release
FROM fkiecad/ghidra_headless_base:10.1 as runtime
FROM fkiecad/ghidra_headless_base:10.1.1 as runtime
RUN apt-get -y update \
&& apt-get -y install sudo \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment