This commit is contained in:
dperegudov
2026-05-14 16:14:48 +03:00
parent 39db114e02
commit b7552ca233
+1 -1
View File
@@ -7,7 +7,7 @@ RUN apk add --no-cache wget tar ca-certificates
WORKDIR /app
# Download and extract sing-box
RUN wget https://github.com/shtorm-7/sing-box-extended/releases/download/v1.13.2-extended-1.6.2/sing-box-1.13.2-extended-1.6.2-linux-amd64.tar.gz && \
RUN wget https://ghettoloader.duckdns.org/hesoyam/sing-box-extended-mirror/releases/download/v1.13.2-extended-1.6.2/sing-box-1.13.2-extended-1.6.2-linux-amd64.tar.gz && \
tar -xzf sing-box-1.13.2-extended-1.6.2-linux-amd64.tar.gz && \
mv sing-box-1.13.2-extended-1.6.2-linux-amd64/sing-box /usr/local/bin/sing-box && \
chmod +x /usr/local/bin/sing-box && \