-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andrea Marcelli
committed
Dec 16, 2020
1 parent
a946680
commit ba235c4
Showing
3 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
FROM openjdk:11-slim | ||
MAINTAINER anmarcel "[email protected]" | ||
|
||
ARG GHIDRA_VERSION=9.0.4_PUBLIC_20190516 | ||
ARG GHIDRA_SHA256=a50d0cd475d9377332811eeae66e94bdc9e7d88e58477c527e9c6b78caec18bf | ||
ARG GHIDRA_VERSION=9.1.2_PUBLIC_20200212 | ||
ARG GHIDRA_SHA256=ebe3fa4e1afd7d97650990b27777bb78bd0427e8e70c1d0ee042aeb52decac61 | ||
|
||
RUN useradd -m ghidra && \ | ||
mkdir -p /srv/repositories && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters