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"