diff --git a/Dockerfile b/Dockerfile index 8288a4d..2566a0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:bookworm-slim -ARG SMARTDNS_VERSION="Release45" +ARG SMARTDNS_VERSION="Release46" ARG SMARTDNS_URL="https://github.com/pymumu/smartdns/releases/download/${SMARTDNS_VERSION}/" ARG SMARTDNS_CONF="https://github.com/pymumu/smartdns/raw/${SMARTDNS_VERSION}/etc/smartdns/smartdns.conf"