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
This commit is contained in:
owine 2020-08-08 20:07:32 -05:00 committed by GitHub
parent c36ba5f51c
commit 7e62cc96af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
FROM alpine as builder
ENV VERSION=1.7.0
ENV VERSION=1.7.1
LABEL maintainer="John Dorman <dorman@ataxia.cloud>"
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