Skip to content

Commit b0fb43e

Browse files
authored
fix: correct flag to optimize build
1 parent b3e8d9c commit b0fb43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY go.mod .
55
COPY go.sum .
66
RUN go mod download
77
COPY ./ /vim-bootstrap
8-
RUN go install -ldflags "-s -s" ./...
8+
RUN go install -ldflags "-w -s" ./...
99

1010
FROM alpine:3.9
1111
LABEL mantainer="[email protected]"

0 commit comments

Comments
 (0)