X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/c643ffa7189d0be0ffc27ba2dbff9d3a5ab35f37..683775acb1c9b273566c7b1314b99ae808c5427d:/Dockerfile diff --git a/Dockerfile b/Dockerfile index f73bc59..8738966 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/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