disabling vcs build
This commit is contained in:
parent
15423b29ad
commit
7e6f73746a
@ -14,7 +14,7 @@ RUN cd server
|
||||
RUN go mod download
|
||||
RUN cd ..
|
||||
|
||||
RUN go build -a -tags netgo -ldflags '-w' .
|
||||
RUN go build -a -tags netgo -ldflags '-w' -buildvcs=false .
|
||||
RUN ls -la
|
||||
|
||||
FROM alpine:latest
|
||||
|
Loading…
Reference in New Issue
Block a user