From df91b2f42e2ff94fea12832b51465017a92a19c6 Mon Sep 17 00:00:00 2001 From: blacktop Date: Mon, 2 Oct 2023 10:13:07 -0600 Subject: [PATCH] fix: sha --- 10/Dockerfile | 2 +- alpine/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/10/Dockerfile b/10/Dockerfile index 932c3d7..412fdc5 100644 --- a/10/Dockerfile +++ b/10/Dockerfile @@ -4,7 +4,7 @@ FROM gradle:jdk17 as builder RUN apt-get update && apt-get install -y curl git bison flex build-essential unzip ENV VERSION 10.4_PUBLIC -ENV GHIDRA_SHA ed35bb29454e8f9134bf2e95efe000f5d915c3b28efbece852ff12ab2336cb75 +ENV GHIDRA_SHA 6911d674798f145f8ea723fdd3eb67a8fae8c7be92e117bca081e6ef66acac19 ENV GHIDRA_URL https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.4_build/ghidra_10.4_PUBLIC_20230928.zip RUN apt-get update && apt-get install -y fontconfig libxrender1 libxtst6 libxi6 wget unzip python3-requests --no-install-recommends \ diff --git a/alpine/Dockerfile b/alpine/Dockerfile index ff0a247..d489eb8 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -4,7 +4,7 @@ FROM gradle:jdk17 as builder RUN apt-get update && apt-get install -y curl git bison flex build-essential unzip ENV VERSION 10.4_PUBLIC -ENV GHIDRA_SHA ed35bb29454e8f9134bf2e95efe000f5d915c3b28efbece852ff12ab2336cb75 +ENV GHIDRA_SHA 6911d674798f145f8ea723fdd3eb67a8fae8c7be92e117bca081e6ef66acac19 ENV GHIDRA_URL https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.4_build/ghidra_10.4_PUBLIC_20230928.zip RUN apt-get update && apt-get install -y fontconfig libxrender1 libxtst6 libxi6 wget unzip python3-requests --no-install-recommends \