From: Aleš Mrázek Date: Tue, 19 Nov 2024 11:05:08 +0000 (+0100) Subject: DockerFile: update KnotDNS version X-Git-Tag: v5.7.5~6^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fenvironments%2Fdocs-develop-5-do-bkuuxr%2Fdeployments%2F5692;p=thirdparty%2Fknot-resolver.git DockerFile: update KnotDNS version --- diff --git a/Dockerfile b/Dockerfile index 1484bbc35..854947521 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Intermediate container for Knot DNS build (not persistent) # SPDX-License-Identifier: GPL-3.0-or-later FROM debian:12 AS knot-dns-build -ARG KNOT_DNS_VERSION=v3.1.1 +ARG KNOT_DNS_VERSION=v3.2.9 # Build dependencies ENV KNOT_DNS_BUILD_DEPS git-core build-essential libtool autoconf pkg-config \