Update Dockerfile

This commit is contained in:
John D 2020-12-24 15:11:07 -08:00 committed by GitHub
parent c9932ddff9
commit 1ccc49e719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
FROM alpine as builder
ENV VERSION=1.8.8
ENV VERSION=1.9.4
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