We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64a140 commit a1b0516Copy full SHA for a1b0516
nextdns/docker/Dockerfile
@@ -1,5 +1,5 @@
1
FROM alpine as builder
2
-ENV VERSION=1.7.0
+ENV VERSION=1.7.1
3
LABEL maintainer="John Dorman <[email protected]>"
4
RUN wget -O /tmp/nextdns.tar.gz https://github.com/nextdns/nextdns/releases/download/v${VERSION}/nextdns_${VERSION}_linux_arm64.tar.gz \
5
&& mkdir /tmp/nextdns && tar zxf /tmp/nextdns.tar.gz -C /tmp/nextdns
0 commit comments