Unverified Commit c0a33fc9 by Enkelmann Committed by GitHub

update Dockerfile to Ghidra 10.1.2 (#282)

parent a1c7cd23
......@@ -5,7 +5,7 @@ WORKDIR /cwe_checker
COPY . .
RUN cargo build --release
FROM fkiecad/ghidra_headless_base:10.1.1 as runtime
FROM fkiecad/ghidra_headless_base:10.1.2 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