From 2a9c4bf5ab71e4c9f4ce5cc8c389b0311bff850d Mon Sep 17 00:00:00 2001 From: kev Date: Thu, 12 Aug 2021 18:33:10 +0800 Subject: [PATCH] upgrade snort to 2.9.18 --- snort/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snort/Dockerfile b/snort/Dockerfile index ecf6f8a..de99752 100644 --- a/snort/Dockerfile +++ b/snort/Dockerfile @@ -5,7 +5,7 @@ FROM centos:8 MAINTAINER EasyPi Software Foundation -ENV SNORT_VERSION=2.9.16.1 +ENV SNORT_VERSION=2.9.18 ENV SNORT_URL=https://www.snort.org/downloads/snort/snort-${SNORT_VERSION}-1.centos8.x86_64.rpm ENV RULES_URL=https://www.snort.org/downloads/community/community-rules.tar.gz