From 7289dfaa4605bfc80030ef68fa263ac099e2f332 Mon Sep 17 00:00:00 2001 From: itdoginfo <koalav42@gmail.com> Date: Tue, 11 Feb 2025 19:23:19 +0300 Subject: [PATCH] Sing-box to 1.11.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bb74792..8d41792 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/sagernet/sing-box:v1.10.7 AS sing-box +FROM ghcr.io/sagernet/sing-box:v1.11.3 AS sing-box FROM golang:1.22.12-alpine3.21 AS go-builder