Update Dockerfile

This commit is contained in:
John Dorman 2023-02-02 04:27:37 -08:00 committed by GitHub
parent 46d085672b
commit b337a1a292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"