From b4efedb08c26e5f749098a950b8721b09600065a Mon Sep 17 00:00:00 2001 From: wood chen Date: Wed, 27 Nov 2024 09:36:30 +0800 Subject: [PATCH] chore(Dockerfile): update Clash version to v1.18.0 --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 6a4987f..1b7c93a 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETPLATFORM dreamacro/clash:v1.16.0 +FROM --platform=$TARGETPLATFORM dreamacro/clash:v1.18.0 EXPOSE 8080