From 8fad8ed7cf64f6c466b6d29f9d8ab93ac66f44a5 Mon Sep 17 00:00:00 2001 From: kev Date: Fri, 14 Jun 2019 23:03:05 +0800 Subject: [PATCH] upgrade snort to 2.9.13 --- snort/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snort/Dockerfile b/snort/Dockerfile index f0e82f3..d6d437d 100644 --- a/snort/Dockerfile +++ b/snort/Dockerfile @@ -6,7 +6,7 @@ FROM centos:7 MAINTAINER kev ENV DAQ_VERSION 2.0.6 -ENV SNORT_VERSION 2.9.12 +ENV SNORT_VERSION 2.9.13 ENV BASE_URL https://www.snort.org/downloads RUN set -xe \