From 18b1101fbeffc10a9c05c43bd1644e9cfb028cb0 Mon Sep 17 00:00:00 2001 From: Sergei Maklagin Date: Sun, 22 Feb 2026 15:50:39 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c12b6b4c..7d960fbd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM --platform=$BUILDPLATFORM golang:1.25-alpine AS builder -LABEL maintainer="nekohasekai " +LABEL maintainer="shtorm-7" COPY . /go/src/github.com/sagernet/sing-box WORKDIR /go/src/github.com/sagernet/sing-box ARG TARGETOS TARGETARCH @@ -18,7 +18,7 @@ RUN set -ex \ -ldflags "-X \"github.com/sagernet/sing-box/constant.Version=$VERSION\" -s -w -buildid=" \ ./cmd/sing-box FROM --platform=$TARGETPLATFORM alpine AS dist -LABEL maintainer="nekohasekai " +LABEL maintainer="shtorm-7" RUN set -ex \ && apk add --no-cache --upgrade bash tzdata ca-certificates nftables COPY --from=builder /go/bin/sing-box /usr/local/bin/sing-box