Update Dockerfile

This commit is contained in:
John Dorman 2022-05-10 23:51:22 -07:00 committed by GitHub
parent 6d2ee72621
commit 74bcfdd921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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