Skip to content

Commit

Permalink
Merge pull request #589 from Security-Onion-Solutions/2.4/dev
Browse files Browse the repository at this point in the history
2.4.110
  • Loading branch information
TOoSmOotH authored Oct 7, 2024
2 parents 7df390e + 5ccdb10 commit 8689f96
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion so-elastalert/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/jertel/elastalert2/elastalert2:2.19.0
FROM ghcr.io/jertel/elastalert2/elastalert2:2.20.0
LABEL maintainer "Security Onion Solutions, LLC"

ARG GID=933
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ auth0-
aws-
azure-
barracuda-
barracuda_cloudgen_firewall-
carbonblack_edr-
cef-
checkpoint-
Expand Down Expand Up @@ -33,6 +34,7 @@ google_workspace-
http_endpoint-
httpjson-
iis-
imperva_cloud_waf-
journald-
juniper-
juniper_srx-
Expand Down
2 changes: 1 addition & 1 deletion so-nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ HEALTHCHECK --interval=5m --timeout=3s CMD curl --fail http://localhost/ || exit
LABEL maintainer "Security Onion Solutions, LLC"
LABEL description="Security Onion Core Functions Docker"

ARG CYBERCHEF_VERSION=10.19.0
ARG CYBERCHEF_VERSION=10.19.2

RUN mkdir -p /opt/socore/html/navigator
COPY --from=navigator-builder /attack-navigator/nav-app/dist /opt/socore/html/navigator
Expand Down
2 changes: 1 addition & 1 deletion so-suricata/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN dnf -y install autoconf automake diffutils file-devel gcc gcc-c++ git \
lua-devel lz4-devel make nss-devel pcre-devel pcre2-devel pkgconfig \
python3-devel python3-sphinx python3-yaml sudo which cargo \
zlib-devel luajit-devel cargo && cargo install --force cbindgen
ENV SURIVERSION=7.0.6
ENV SURIVERSION=7.0.7
RUN mkdir /suricata

WORKDIR /suricata
Expand Down
2 changes: 1 addition & 1 deletion so-zeek/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN dnf -y install perl && \

WORKDIR /

ENV ZEEKVER=6.0.4
ENV ZEEKVER=6.0.8
ARG BUILD_TYPE=Release

RUN mkdir /zeekbuild
Expand Down

0 comments on commit 8689f96

Please sign in to comment.