diff --git a/ftldns/Dockerfile b/ftldns/Dockerfile index 742c74f..924da5e 100644 --- a/ftldns/Dockerfile +++ b/ftldns/Dockerfile @@ -5,7 +5,7 @@ FROM alpine:3 MAINTAINER EasyPi Software Foundation -ARG FTL_VERSION=v5.23 +ARG FTL_VERSION=v5.25.1 ARG FTL_FILE=pihole-FTL-musl-linux-x86_64 ARG FTL_URL=https://github.com/pi-hole/FTL/releases/download/${FTL_VERSION}/${FTL_FILE}