Skip to content

Commit

Permalink
Merge pull request #149 from CybercentreCanada/ontology/smtp
Browse files Browse the repository at this point in the history
Revert back to source repository for suricata
  • Loading branch information
cccs-rs authored Aug 6, 2024
2 parents e51c47d + 6283203 commit 016ac14
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 016ac14

Please sign in to comment.