From c31167d0abb087dbad8e029f97e1146167e797c3 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Tue, 23 Jan 2024 15:52:57 -0500 Subject: [PATCH] pin 2.3 curator to alpine 3.18.4, same as 2.3.280 --- so-curator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/so-curator/Dockerfile b/so-curator/Dockerfile index b0fa49e1..fcccc389 100644 --- a/so-curator/Dockerfile +++ b/so-curator/Dockerfile @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -FROM alpine:3 +FROM alpine:3.18.4 LABEL maintainer "Security Onion Solutions, LLC"