From e591b5eaad33ad8dc15cc2f33fef8cc9a409db88 Mon Sep 17 00:00:00 2001
From: Rob Asher <840386+DeepWoods@users.noreply.github.com>
Date: Fri, 23 Feb 2024 14:42:08 -0600
Subject: [PATCH] Update to v4.6.8.8

---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index c920f4b..3019573 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,8 +1,8 @@
 FROM ubuntu:latest
 
 LABEL maintainer="Rob Asher"
-LABEL version="4.6.8.6"
-LABEL release-date="2024-02-01"
+LABEL version="4.6.8.8"
+LABEL release-date="2024-02-23"
 LABEL source="https://github.com/DeepWoods/nxfilter-docker"
 
 ENV TZ=${TZ:-Etc/UTC}