We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77fd284 commit 2e4eb9aCopy full SHA for 2e4eb9a
Dockerfile
@@ -9,7 +9,7 @@ RUN set -ex \
9
&& apk add git build-base \
10
&& export COMMIT=$(git rev-parse --short HEAD) \
11
&& export VERSION=$(go run ./cmd/internal/read_tag) \
12
- && go build -v -trimpath -tags with_quic,with_wireguard,with_reality_server,with_acme \
+ && go build -v -trimpath -tags with_gvisor,with_quic,with_wireguard,with_utls,with_reality_server,with_clash_api,with_acme \
13
-o /go/bin/sing-box \
14
-ldflags "-X \"github.com/sagernet/sing-box/constant.Version=$VERSION\" -s -w -buildid=" \
15
./cmd/sing-box
0 commit comments