Skip to content

Commit

Permalink
Merge pull request #453 from vobst/revert-ghidra-update
Browse files Browse the repository at this point in the history
Revert "update Ghidra version in Docker image (#448)"
  • Loading branch information
vobst committed Apr 3, 2024
2 parents 7297cd5 + 46dec48 commit 60f8fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /cwe_checker
COPY . .
RUN cargo build --release

FROM ghcr.io/fkie-cad/ghidra_headless_base:11.0.1 as runtime
FROM ghcr.io/fkie-cad/ghidra_headless_base:10.2.3 as runtime

RUN apt-get -y update \
&& apt-get -y install sudo \
Expand Down

0 comments on commit 60f8fcb

Please sign in to comment.