Skip to content

Commit 4e09360

Browse files
committed
Fix upstream.Dockerfile
1 parent d0ca938 commit 4e09360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upstream.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY go.sum go.sum
1717
COPY cmd cmd
1818
COPY util util
1919
COPY test test
20-
RUN make build
20+
RUN CGO_ENABLED=0 make build
2121
RUN make build-util
2222

2323
FROM alpine:latest

0 commit comments

Comments
 (0)