From c2a701376db7f29fc225fe55127664dd492fc620 Mon Sep 17 00:00:00 2001 From: John Dorman Date: Sat, 26 Nov 2022 17:41:25 -0800 Subject: [PATCH] Update Dockerfile --- run-pihole/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-pihole/Dockerfile b/run-pihole/Dockerfile index 84dafd2..4bc6528 100644 --- a/run-pihole/Dockerfile +++ b/run-pihole/Dockerfile @@ -1,4 +1,4 @@ -ARG VERSION=2022.10 +ARG VERSION=2022.11.1 FROM pihole/pihole:${VERSION} ENV CLOUDFLARED_OPTS="--port 5053 --address 0.0.0.0"