From f72f48065035a9dee054a477bd224e4a10572692 Mon Sep 17 00:00:00 2001 From: John Dorman Date: Tue, 17 Jan 2023 03:49:00 -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 8b74ac1..7f68d84 100644 --- a/run-pihole/Dockerfile +++ b/run-pihole/Dockerfile @@ -1,4 +1,4 @@ -ARG VERSION=2022.11.2 +ARG VERSION=2023.01 FROM pihole/pihole:${VERSION} ENV CLOUDFLARED_OPTS="--port 5053 --address 0.0.0.0"