diff options
author | Tomas Krizek <tomas.krizek@nic.cz> | 2019-10-16 16:03:55 +0200 |
---|---|---|
committer | Tomas Krizek <tomas.krizek@nic.cz> | 2019-10-16 16:03:55 +0200 |
commit | e462549efb858a4a79aac2121a43af3d18089d17 (patch) | |
tree | c83fbfc2aa8c02f472043292990a322a53992523 /Dockerfile | |
parent | Merge branch 'meson-libknot' into 'master' (diff) | |
download | knot-resolver-e462549efb858a4a79aac2121a43af3d18089d17.tar.xz knot-resolver-e462549efb858a4a79aac2121a43af3d18089d17.zip |
ci: switch to Knot DNS 2.9.x
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |