From 3a8f6b74ad1a10c1bea3f339a8f4c3dc1d914b77 Mon Sep 17 00:00:00 2001 From: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Wed, 4 Jan 2023 17:57:08 +0100 Subject: [PATCH] update: bump Fail2Ban version to v1.0.2 (#2959) --- Dockerfile | 1 + target/fail2ban/fail2ban.d/fixes.local | 9 +++++++++ target/scripts/build/packages.sh | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 target/fail2ban/fail2ban.d/fixes.local diff --git a/Dockerfile b/Dockerfile index 6b615ab3..7b898940 100644 --- a/Dockerfile +++ b/Dockerfile @@ -133,6 +133,7 @@ EOF # ----------------------------------------------- COPY target/fail2ban/jail.local /etc/fail2ban/jail.local +COPY target/fail2ban/fail2ban.d/fixes.local /etc/fail2ban/fail2ban.d/fixes.local RUN <