Skip to content

Commit

Permalink
fix: nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Oct 1, 2024
1 parent 94cca74 commit 73e65bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nightly/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:jdk17 as builder
FROM gradle:jdk21 as builder

ENV GITHUB_URL https://github.com/NationalSecurityAgency/ghidra.git

Expand All @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y curl git bison flex build-essential unz
RUN echo "[+] Cloning Ghidra..." \
&& git clone ${GITHUB_URL} /root/git/ghidra

WORKDIR /root/git/ghidra
WORKDIR /root/git/ghidra/support/gradle/

RUN echo "[+] Downloading dependencies..." \
&& gradle --init-script gradle/support/fetchDependencies.gradle init
Expand All @@ -26,7 +26,7 @@ RUN echo "[+] Unzip Ghidra..." \
&& rm -rf /ghidra/docs /ghidra/Extensions/Eclipse /ghidra/licenses

##########################################################################################
FROM eclipse-temurin:17
FROM eclipse-temurin:21

LABEL maintainer "https://github.com/blacktop"

Expand Down

0 comments on commit 73e65bd

Please sign in to comment.