From b337a1a292b4babee3ebbd25d42967163368982c Mon Sep 17 00:00:00 2001 From: John Dorman <427295+boostchicken@users.noreply.github.com> Date: Thu, 2 Feb 2023 04:27:37 -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 5156be7..1286d43 100644 --- a/run-pihole/Dockerfile +++ b/run-pihole/Dockerfile @@ -1,4 +1,4 @@ -ARG VERSION=2023.01.9 +ARG VERSION=2023.01.10 FROM pihole/pihole:${VERSION} ENV CLOUDFLARED_OPTS="--port 5053 --address 0.0.0.0"