]> git.openstreetmap.org Git - dns.git/commitdiff
Update dnscontrol in Dockerfile
authorGrant Slater <github@firefishy.com>
Mon, 28 Nov 2022 13:00:14 +0000 (13:00 +0000)
committerGrant Slater <github@firefishy.com>
Mon, 28 Nov 2022 13:00:33 +0000 (13:00 +0000)
Dockerfile

index 4185fbd8e68c1ed157bb41330e5ee617310d2b25..2c0cc88b904689667711d4212f5b8292da6fb08d 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/v3.20.0/dnscontrol-3.20.0.${arch}.deb -o /tmp/dnscontrol.deb \
+    && curl -fsSL https://github.com/StackExchange/dnscontrol/releases/download/v3.22.0/dnscontrol-3.22.0.${arch}.deb -o /tmp/dnscontrol.deb \
     && apt install /tmp/dnscontrol.deb -y
 
 WORKDIR /dns