From ebd59df54a33bb1a41d3657f65da56a885ff785d Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Thu, 26 Sep 2019 15:42:36 +0200 Subject: [PATCH] docker: use latest Knot DNS --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.47.2