Unverified Commit e5631994 by Enkelmann Committed by GitHub

Update Ghidra version in the Docker image to 10.1 (#266)

parent e53ee6ea
...@@ -5,7 +5,7 @@ WORKDIR /cwe_checker ...@@ -5,7 +5,7 @@ WORKDIR /cwe_checker
COPY . . COPY . .
RUN cargo build --release RUN cargo build --release
FROM fkiecad/ghidra_headless_base:10.0.4 as runtime FROM fkiecad/ghidra_headless_base:10.1 as runtime
RUN apt-get -y update \ RUN apt-get -y update \
&& apt-get -y install sudo \ && 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