From: Tomas Krizek Date: Wed, 5 May 2021 09:05:40 +0000 (+0200) Subject: Dockerfile: update Knot DNS X-Git-Tag: v5.3.2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2012ec754b9ed95d6151187fa02239848bc9b9e8;p=thirdparty%2Fknot-resolver.git Dockerfile: update Knot DNS --- diff --git a/Dockerfile b/Dockerfile index ec46b7e4f..75dad2e17 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:stable AS knot-dns-build -ARG KNOT_DNS_VERSION=v3.0.0 +ARG KNOT_DNS_VERSION=v3.0.5 # Build dependencies ENV KNOT_DNS_BUILD_DEPS git-core build-essential libtool autoconf pkg-config \