From 7a61a548d508645d41cd3ff63ecafa817e1b7129 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20Mr=C3=A1zek?= Date: Tue, 19 Nov 2024 12:05:08 +0100 Subject: [PATCH] DockerFile: update KnotDNS version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.47.2