From 91721516f1efba6a6d2cb321d95bd94f02d39fdb Mon Sep 17 00:00:00 2001 From: John Dorman Date: Fri, 25 Feb 2022 00:16:54 -0800 Subject: [PATCH] Update Dockerfile --- run-pihole/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-pihole/Dockerfile b/run-pihole/Dockerfile index 222312f..f7f9121 100644 --- a/run-pihole/Dockerfile +++ b/run-pihole/Dockerfile @@ -1,4 +1,4 @@ -ARG VERSION=2022.01.1 +ARG VERSION=2022.02.1 FROM pihole/pihole:${VERSION} ENV CLOUDFLARED_OPTS="--port 5053 --address 0.0.0.0"