From 2cc8b793a4a850d74755b6e87334853dff1360a3 Mon Sep 17 00:00:00 2001 From: nicksherron Date: Sun, 9 Feb 2020 21:11:50 -0500 Subject: [PATCH] first release --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 071eb4a..ccc0831 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN apk update && \ apk add --no-cache gcc g++ musl-dev -RUN go build -ldflags '-w -linkmode external -extldflags "-static" "-X github.com/nicksherron/proxi/cmd.Version=${VERSION} -X github.com/nicksherron/bashhub-server/cmd.GitCommit=${GIT_COMMIT} -X github.com/nicksherron/bashhub-server/cmd.BuildDate=${BUILD_DATE}"' -o /go/bin/bashhub-server +RUN go build -ldflags "-X github.com/nicksherron/bashhub-server/cmd.Version=${VERSION} -X github.com/nicksherron/bashhub-server/cmd.GitCommit=${GIT_COMMIT} -X github.com/nicksherron/bashhub-server/cmd.BuildDate=${BUILD_DATE}" -o /go/bin/bashhub-server # ---