diff --git a/docker/fedora-37.Dockerfile b/docker/fedora-37.Dockerfile index b820fe0..343d741 100644 --- a/docker/fedora-37.Dockerfile +++ b/docker/fedora-37.Dockerfile @@ -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 \ diff --git a/docker/fedora-38.Dockerfile b/docker/fedora-38.Dockerfile index 7e793a8..a47d2a5 100644 --- a/docker/fedora-38.Dockerfile +++ b/docker/fedora-38.Dockerfile @@ -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 \