mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
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:
parent
c36ba5f51c
commit
7e62cc96af
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user