summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorTomas Krizek <tomas.krizek@nic.cz>2019-01-24 15:47:58 +0100
committerTomas Krizek <tomas.krizek@nic.cz>2019-03-12 10:41:47 +0100
commitcee543a03b91c506aaa78d9f792484e6b20ce57c (patch)
tree94af2cc7dab2b2e779ba7f89e5ced66a681e626c /Dockerfile
parentmeson: build client as a subdir (diff)
downloadknot-resolver-cee543a03b91c506aaa78d9f792484e6b20ce57c.tar.xz
knot-resolver-cee543a03b91c506aaa78d9f792484e6b20ce57c.zip
meson: update dependencies
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3c3c1257..99cfd47a 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.7.2
+ARG KNOT_DNS_VERSION=v2.7.6
# Build dependencies
ENV KNOT_DNS_BUILD_DEPS git-core build-essential libtool autoconf pkg-config \