Skip to content

Commit a1b0516

Browse files
authored
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
1 parent a64a140 commit a1b0516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextdns/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine as builder
2-
ENV VERSION=1.7.0
2+
ENV VERSION=1.7.1
33
LABEL maintainer="John Dorman <[email protected]>"
44
RUN wget -O /tmp/nextdns.tar.gz https://github.com/nextdns/nextdns/releases/download/v${VERSION}/nextdns_${VERSION}_linux_arm64.tar.gz \
55
&& mkdir /tmp/nextdns && tar zxf /tmp/nextdns.tar.gz -C /tmp/nextdns

0 commit comments

Comments
 (0)