From: Tomas Krizek Date: Thu, 26 Sep 2019 13:42:36 +0000 (+0200) Subject: docker: use latest Knot DNS X-Git-Tag: v4.2.2~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebd59df54a33bb1a41d3657f65da56a885ff785d;p=thirdparty%2Fknot-resolver.git docker: use latest Knot DNS --- diff --git a/Dockerfile b/Dockerfile index a7d2fb784..cf874cc7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Intermediate container for Knot DNS build (not persistent) FROM debian:stable AS knot-dns-build -ARG KNOT_DNS_VERSION=v2.8.0 +ARG KNOT_DNS_VERSION=v2.8.4 # Build dependencies ENV KNOT_DNS_BUILD_DEPS git-core build-essential libtool autoconf pkg-config \