mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Bump NextDNS client to 1.8.8 (#70)
Picks up fixes for some discovery/local resolution. https://github.com/nextdns/nextdns/releases/tag/v1.8.8
This commit is contained in:
parent
a84faf398f
commit
4c9a9a78d6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user