From 87d80074f05e64ae4ab8f842da79b97fc0829ba2 Mon Sep 17 00:00:00 2001 From: Rob Asher Date: Wed, 30 Oct 2024 08:17:18 -0500 Subject: [PATCH] Update to v4.7.0.8 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cef23b3..ba05953 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM ubuntu:latest LABEL maintainer="Rob Asher" -LABEL version="4.7.0.7" -LABEL release-date="2024-10-08" +LABEL version="4.7.0.8" +LABEL release-date="2024-10-30" LABEL source="https://github.com/DeepWoods/nxfilter-docker" ENV TZ=${TZ:-Etc/UTC}