From fded97240e99c0683ebf09c3cbef94e85e1ee673 Mon Sep 17 00:00:00 2001 From: akafeng Date: Wed, 3 Jul 2024 21:18:27 +0800 Subject: [PATCH] sync: updated to Release46 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"