From 8d3746a3739e1331fdb5761fc6bedd66386d7292 Mon Sep 17 00:00:00 2001 From: John Dorman <427295+boostchicken@users.noreply.github.com> Date: Thu, 23 Mar 2023 09:02:31 -0700 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 edaf2b9..f75aead 100644 --- a/run-pihole/Dockerfile +++ b/run-pihole/Dockerfile @@ -1,4 +1,4 @@ -ARG VERSION=2023.01.10 +ARG VERSION=2023.03.0 FROM pihole/pihole:${VERSION} ENV CLOUDFLARED_OPTS="--port 5053 --address 0.0.0.0"