From a1b0516344745b62a3238ec01465d3be1105a240 Mon Sep 17 00:00:00 2001 From: owine Date: Sat, 8 Aug 2020 20:07:32 -0500 Subject: [PATCH] Bump NextDNS to 1.7.1 (#31) Couple of fixes relating to local resolution (see commit log, not Github release notes) https://github.com/nextdns/nextdns/releases/tag/v1.7.1 --- nextdns/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextdns/docker/Dockerfile b/nextdns/docker/Dockerfile index b33b147f..f271c03b 100644 --- a/nextdns/docker/Dockerfile +++ b/nextdns/docker/Dockerfile @@ -1,5 +1,5 @@ FROM alpine as builder -ENV VERSION=1.7.0 +ENV VERSION=1.7.1 LABEL maintainer="John Dorman " RUN wget -O /tmp/nextdns.tar.gz https://github.com/nextdns/nextdns/releases/download/v${VERSION}/nextdns_${VERSION}_linux_arm64.tar.gz \ && mkdir /tmp/nextdns && tar zxf /tmp/nextdns.tar.gz -C /tmp/nextdns