]> git.openstreetmap.org Git - dns.git/commitdiff
Upgrade to dnscontrol v4.1.0
authorGrant Slater <github@firefishy.com>
Wed, 31 May 2023 15:03:24 +0000 (18:03 +0300)
committerGrant Slater <github@firefishy.com>
Wed, 31 May 2023 15:03:24 +0000 (18:03 +0300)
Dockerfile

index f73bc59fa8c44d43039edc5e8a1e1a3b92c31c38..8738966c4be59014457f2883bde4522afbe3894f 100644 (file)
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
 SHELL ["/bin/bash", "-o", "pipefail", "-c"]
 
 RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) \
-    && curl -fsSL https://github.com/StackExchange/dnscontrol/releases/download/v4.0.1/dnscontrol-4.0.1.${arch}.deb -o /tmp/dnscontrol.deb \
+    && curl -fsSL https://github.com/StackExchange/dnscontrol/releases/download/v4.1.0/dnscontrol-4.1.0.${arch}.deb -o /tmp/dnscontrol.deb \
     && apt install /tmp/dnscontrol.deb -y
 
 WORKDIR /dns