Skip to content

Commit

Permalink
Merge pull request #8 from fkie-cad/ghidra_10_2_2
Browse files Browse the repository at this point in the history
Update to Ghidra 10.2.2
  • Loading branch information
jstucke authored Jan 2, 2023
2 parents c6b21dd + 58a3736 commit c1a0402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM openjdk:jdk-slim

ENV GHIDRA_RELEASE_TAG Ghidra_10.1.2_build
ENV GHIDRA_VERSION ghidra_10.1.2_PUBLIC_20220125
ENV GHIDRA_RELEASE_TAG Ghidra_10.2.2_build
ENV GHIDRA_VERSION ghidra_10.2.2_PUBLIC_20221115

RUN apt-get update && \
apt-get install -y --no-install-recommends wget unzip fontconfig && \
Expand Down

0 comments on commit c1a0402

Please sign in to comment.