Update Dockerfile

This commit is contained in:
John Dorman
2023-04-04 15:56:28 -07:00
committed by GitHub
parent a0ccf5ed5a
commit 5ab900d4ce

View File

@ -1,4 +1,4 @@
ARG VERSION=2023.03.0
ARG VERSION=2023.03.1
FROM pihole/pihole:${VERSION}
ENV CLOUDFLARED_OPTS="--port 5053 --address 0.0.0.0"