From 27f292406709dd2d322c563a6a79f059b60bf501 Mon Sep 17 00:00:00 2001 From: Milad Tavakoli <53270843+miladtavakolii@users.noreply.github.com> Date: Sun, 10 Aug 2025 08:43:29 +0330 Subject: [PATCH] chore(docker): update sing-box base image to bi4nbn/sing-box:latest --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 861ae1e..6fe263b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM tobyxdd/hysteria:v2 AS hysteria-image -FROM jklolixxs/sing-box:latest AS sing-box-image +FROM bi4nbn/sing-box:latest AS sing-box-image FROM python:3.12-alpine @@ -20,4 +20,4 @@ RUN curl -L https://raw.githubusercontent.com/XTLS/alpinelinux-install-xray/main RUN apk add --no-cache alpine-sdk libffi-dev && pip install --no-cache-dir -r /app/requirements.txt && apk del -r alpine-sdk libffi-dev curl unzip -CMD ["python3", "marznode.py"] \ No newline at end of file +CMD ["python3", "marznode.py"]