Skip to content

Commit

Permalink
Bump NextDNS to 1.7.1 (#31)
Browse files Browse the repository at this point in the history
Couple of fixes relating to local resolution (see commit log, not Github release notes)

https://github.com/nextdns/nextdns/releases/tag/v1.7.1
  • Loading branch information
owine authored Aug 9, 2020
1 parent a64a140 commit a1b0516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextdns/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine as builder
ENV VERSION=1.7.0
ENV VERSION=1.7.1
LABEL maintainer="John Dorman <[email protected]>"
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
Expand Down

0 comments on commit a1b0516

Please sign in to comment.