Skip to content

Commit

Permalink
first release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksherron committed Feb 10, 2020
1 parent 961d5e7 commit 2cc8b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

# ---

Expand Down

0 comments on commit 2cc8b79

Please sign in to comment.