Skip to content

Commit

Permalink
bump to v7.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Dec 17, 2024
1 parent 9bc664e commit 58d0060
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.clang
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ENV DEBIAN_FRONTEND noninteractive
ENV TERM xterm

ARG ZEEK_DIST=Debian_12
ARG ZEEK_BRANCH=v7.0.4
ARG ZEEK_BRANCH=v7.0.5
ARG ZEEK_RELEASE_NUM=0
ARG ZEEK_RC=0
ARG ZEEK_DBG=0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.gcc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ENV DEBIAN_FRONTEND noninteractive
ENV TERM xterm

ARG ZEEK_DIST=Debian_12
ARG ZEEK_BRANCH=v7.0.4
ARG ZEEK_BRANCH=v7.0.5
ARG ZEEK_RELEASE_NUM=0
ARG ZEEK_RC=0
ARG ZEEK_DBG=0
Expand Down
2 changes: 1 addition & 1 deletion zeek-deb-download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ unset VERBOSE
command -v dpkg >/dev/null 2>&1 && ARCH="$(dpkg --print-architecture)" || ARCH=amd64
DISTRO=Debian_12
OUTPUT_DIR=/tmp
ZEEK_VERSION=7.0.4-0
ZEEK_VERSION=7.0.5-0

while getopts a:d:o:vz: opts; do
case ${opts} in
Expand Down

0 comments on commit 58d0060

Please sign in to comment.