From 820647409823aa7abc3ef263af7f59f09d7c9628 Mon Sep 17 00:00:00 2001 From: John Dorman <427295+boostchicken@users.noreply.github.com> Date: Fri, 3 Dec 2021 04:04:11 -0800 Subject: [PATCH] Update Dockerfile --- run-pihole/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/run-pihole/Dockerfile b/run-pihole/Dockerfile index 9b2cb23..1565e1e 100644 --- a/run-pihole/Dockerfile +++ b/run-pihole/Dockerfile @@ -1,6 +1,5 @@ -# docker buildx build --platform linux/amd64,linux/arm64 . -t docker.io/boostchicken/pihole:latest --push -ARG VERSION -FROM pihole/pihole:$VERSION +ARG VERSION="latest" +FROM pihole/pihole:${VERSION} ENV CLOUDFLARED_OPTS="--port 5053 --address 0.0.0.0" COPY 10-cloudflared.sh /etc/cont-init.d/