From 6283203a660212e23b83f69ab2f2b4a46779250e Mon Sep 17 00:00:00 2001 From: cccs-rs <62077998+cccs-rs@users.noreply.github.com> Date: Tue, 6 Aug 2024 13:54:25 +0000 Subject: [PATCH] Revert back to source repository for suricata --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f7d1381..1ff50d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,9 +40,8 @@ RUN cargo install --force cbindgen RUN mkdir -p /suricata WORKDIR /suricata -# Pending: https://github.com/OISF/suricata/pull/11406/files -ENV SURICATA_COMMIT rust/time-version/v2 -RUN git clone https://github.com/jasonish/suricata.git +ENV SURICATA_COMMIT 61cb14d272b51e7224809aa808f67793e0a7c2f4 +RUN git clone https://github.com/OISF/suricata.git WORKDIR /suricata/suricata RUN git checkout ${SURICATA_COMMIT} RUN ./scripts/bundle.sh