summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorTomas Krizek <tomas.krizek@nic.cz>2019-10-16 16:03:55 +0200
committerTomas Krizek <tomas.krizek@nic.cz>2019-10-16 16:03:55 +0200
commite462549efb858a4a79aac2121a43af3d18089d17 (patch)
treec83fbfc2aa8c02f472043292990a322a53992523 /Dockerfile
parentMerge branch 'meson-libknot' into 'master' (diff)
downloadknot-resolver-e462549efb858a4a79aac2121a43af3d18089d17.tar.xz
knot-resolver-e462549efb858a4a79aac2121a43af3d18089d17.zip
ci: switch to Knot DNS 2.9.x
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index cf874cc7..46af7783 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.4
+ARG KNOT_DNS_VERSION=v2.9.0
# Build dependencies
ENV KNOT_DNS_BUILD_DEPS git-core build-essential libtool autoconf pkg-config \