diff --git a/Dockerfile b/Dockerfile index b676a19..03f413b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the new Alpine-based Pi-hole image -FROM pihole/pihole:2025.02.1 +FROM pihole/pihole:2025.02.4 # Update package list and install unbound and wget RUN apk update && apk add unbound wget