From a4181d78da1c4fca13ebaf289d88ce3bb87fcfc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= Date: Tue, 2 Sep 2025 02:45:03 +0800 Subject: [PATCH] =?UTF-8?q?v2.6.8=20----=20>>Modify=20the=20project=20name?= =?UTF-8?q?=20to=EF=BC=9AX-Panel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b818a7cd..87507ed0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN go build -ldflags "-w -s" -o build/x-ui main.go RUN ./DockerInit.sh "$TARGETARCH" # ======================================================== -# Stage: Final Image of 3x-ui +# Stage: Final Image of X-Panel # ======================================================== FROM alpine ENV TZ=Asia/Tehran