From 5408848bfafb7010850efefa76741fc7496aa24b Mon Sep 17 00:00:00 2001 From: Jacob Hinkle Date: Tue, 13 Jun 2023 07:01:45 -0400 Subject: [PATCH] Bump pihole container to 2023.05.2 --- machines/cj/pihole.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/cj/pihole.nix b/machines/cj/pihole.nix index 0a49b20..c12395f 100644 --- a/machines/cj/pihole.nix +++ b/machines/cj/pihole.nix @@ -1,5 +1,5 @@ { serverIP, serverIP6 } : { - image = "pihole/pihole:2023.03.1"; + image = "pihole/pihole:2023.05.2"; ports = [ "53:53/tcp" "53:53/udp"