Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/awelzel/ci-zeek-61-bump'
Browse files Browse the repository at this point in the history
* origin/topic/awelzel/ci-zeek-61-bump:
  ci: Use Zeek 6.1 on Fedora
  • Loading branch information
awelzel committed Nov 3, 2023
2 parents b3e5de0 + a1c18bc commit c908c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/fedora-37.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN dnf install -y \

RUN dnf config-manager --add-repo https://download.opensuse.org/repositories/security:zeek/Fedora_37/security:zeek.repo

ENV ZEEK_VERSION='6.0.*'
ENV ZEEK_VERSION='6.1.*'

RUN dnf install -y \
zeek-btest-$ZEEK_VERSION \
Expand Down
2 changes: 1 addition & 1 deletion docker/fedora-38.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN dnf install -y \

RUN dnf config-manager --add-repo https://download.opensuse.org/repositories/security:zeek/Fedora_37/security:zeek.repo

ENV ZEEK_VERSION='6.0.*'
ENV ZEEK_VERSION='6.1.*'

RUN dnf install -y \
zeek-btest-$ZEEK_VERSION \
Expand Down

0 comments on commit c908c16

Please sign in to comment.