From cefd38dbc04175c7635e3184d126221bfab080a8 Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Mon, 28 Feb 2022 20:59:07 +0800 Subject: [PATCH] fix: error format in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 48b5248..b926da8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -210,7 +210,7 @@ env CGO_ENABLED=0 go build -o v2ctl -trimpath -ldflags "-s -w" -tags confonly ./ mv ./v2ctl ./v2ray /tmp/release/ && \ \ # Compile Trojan-Go -cd /tmp/trojan-go/ && git checkout $TROJAN_GO_VERSION \ +cd /tmp/trojan-go/ && git checkout $TROJAN_GO_VERSION && \ env CGO_ENABLED=0 go build -trimpath -ldflags "-X github.com/p4gefau1t/trojan-go/constant.Version=`git describe --dirty` \ -X github.com/p4gefau1t/trojan-go/constant.Commit=`git rev-parse HEAD` -s -w" -tags "full" && \ mv ./trojan-go /tmp/release/ && \