From 74e80a1c3790edd12bdba886e7749dae4bffaf48 Mon Sep 17 00:00:00 2001 From: Peter Schiffer <3899107+pschiffe@users.noreply.github.com> Date: Fri, 25 Mar 2022 17:53:01 +0100 Subject: [PATCH] Fedora's pdns is now on version 4.6 --- pdns/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/Dockerfile b/pdns/Dockerfile index 9331bee..9b52073 100644 --- a/pdns/Dockerfile +++ b/pdns/Dockerfile @@ -12,7 +12,7 @@ RUN sed -i '/tsflags=nodocs/d' /etc/dnf/dnf.conf \ RUN pip3 install --no-cache-dir envtpl -ENV VERSION=4.5 \ +ENV VERSION=4.6 \ PDNS_guardian=yes \ PDNS_setuid=pdns \ PDNS_setgid=pdns \