Skip to content

Commit

Permalink
Merge pull request #4 from Enkelmann/master
Browse files Browse the repository at this point in the history
update to Ghidra 10.1
  • Loading branch information
jstucke authored Dec 13, 2021
2 parents eb6cee6 + 8b23a72 commit a03c358
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.0.4_build
ENV GHIDRA_VERSION ghidra_10.0.4_PUBLIC_20210928
ENV GHIDRA_RELEASE_TAG Ghidra_10.1_build
ENV GHIDRA_VERSION ghidra_10.1_PUBLIC_20211210

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

0 comments on commit a03c358

Please sign in to comment.