Skip to content

Commit

Permalink
build: do not include VCS info (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukinix committed Aug 25, 2022
1 parent 81638c5 commit 97f638d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile-build
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN go mod download

ADD . .

RUN go build -tags sqlite -o /usr/bin/keto .
RUN go build -buildvcs=false -tags sqlite -o /usr/bin/keto .

FROM alpine:3.16

Expand Down

0 comments on commit 97f638d

Please sign in to comment.