Skip to content

Commit

Permalink
chore: Update Dockerfile with latest Ghidra artifact
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
github-actions[bot] committed Mar 9, 2024
1 parent a03b296 commit 65509a4
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,6 +1,6 @@
FROM alpine:latest AS extract

ARG GHIDRA_ARCHIVE=https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.0_build/ghidra_11.0_PUBLIC_20231222.zip
ARG GHIDRA_ARCHIVE=https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.0.1_build/ghidra_11.0.1_PUBLIC_20240130.zip
ADD $GHIDRA_ARCHIVE /

WORKDIR /home/ghidra
Expand Down Expand Up @@ -50,4 +50,4 @@ USER root

EXPOSE 13100
EXPOSE 13101
EXPOSE 13102
EXPOSE 13102

0 comments on commit 65509a4

Please sign in to comment.