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"