Update Dockerfile

This commit is contained in:
John Dorman 2022-01-16 03:50:05 -08:00 committed by GitHub
parent 7a1ddd811f
commit e2683a7f30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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