From 6ffc56733dfc2ca0368220086b4ea1d986e6f6c0 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 28 Nov 2022 13:00:14 +0000 Subject: [PATCH] Update dnscontrol in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4185fbd..2c0cc88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -- 2.43.2