Update Dockerfile

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

View File

@ -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