From 0bf4c214b9d0cd9f3bf8bd77bed6b70751fcffaa Mon Sep 17 00:00:00 2001 From: John Dorman <427295+boostchicken@users.noreply.github.com> Date: Fri, 3 Dec 2021 03:57:26 -0800 Subject: [PATCH] Update DoTE.Dockerfile --- run-pihole/DoTE.Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run-pihole/DoTE.Dockerfile b/run-pihole/DoTE.Dockerfile index db65d20..621357a 100644 --- a/run-pihole/DoTE.Dockerfile +++ b/run-pihole/DoTE.Dockerfile @@ -1,4 +1,5 @@ -FROM pihole/pihole:2021.10.1 +ARG VERSION=latest +FROM pihole/pihole:${VERSION} ENV DOTE_OPTS="-s 127.0.0.1:5053" RUN echo -e "#!/bin/sh\ncurl -fsSLo /opt/dote https://github.com/chrisstaite/DoTe/releases/latest/download/dote_arm64\nchmod +x /opt/dote\n/opt/dote \\\$DOTE_OPTS -d\n" > /etc/cont-init.d/10-dote.sh