From 6ed7101e9af87ec205639b12bb92cc99fd477141 Mon Sep 17 00:00:00 2001 From: Steve Garon Date: Thu, 21 May 2020 22:24:35 -0400 Subject: [PATCH] Updated suricata to 4.1.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 10a85d9..96df9ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM cccs/assemblyline-v4-service-base:latest AS base ENV SERVICE_PATH suricata_.suricata_.Suricata -ENV SURICATA_VERSION 4.1.2 +ENV SURICATA_VERSION 4.1.8 USER root