Bump NextDNS client to 1.8.8 ()

Picks up fixes for some discovery/local resolution.

https://github.com/nextdns/nextdns/releases/tag/v1.8.8
This commit is contained in:
Emil Sit 2020-12-24 17:27:09 -05:00 committed by GitHub
parent a84faf398f
commit 4c9a9a78d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
FROM alpine as builder
ENV VERSION=1.7.1
ENV VERSION=1.8.8
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