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"]