From aebabcb531a2ea7be59156bb7aaea6e7e99ad6b4 Mon Sep 17 00:00:00 2001 From: John Dorman <427295+boostchicken@users.noreply.github.com> Date: Tue, 31 Jan 2023 04:52:50 -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 09ffe6b..1286d43 100644 --- a/run-pihole/Dockerfile +++ b/run-pihole/Dockerfile @@ -1,4 +1,4 @@ -ARG VERSION=2023.01 +ARG VERSION=2023.01.10 FROM pihole/pihole:${VERSION} ENV CLOUDFLARED_OPTS="--port 5053 --address 0.0.0.0"