From 4ba8cb87032c0ed8cef180e612a70772648ed179 Mon Sep 17 00:00:00 2001 From: cccs-rs Date: Tue, 10 May 2022 14:43:22 +0000 Subject: [PATCH] update suricata --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a498f14..c1f9ac4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG branch=latest FROM cccs/assemblyline-v4-service-base:$branch AS base ENV SERVICE_PATH suricata_.suricata_.Suricata -ENV SURICATA_VERSION 6.0.4 +ENV SURICATA_VERSION 6.0.5 USER root