Skip to content

Commit b459a65

Browse files
Update Dockerfile
1 parent b3a3641 commit b459a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY pkg/ pkg/
1515
COPY vendor/ vendor/
1616

1717
# Build
18-
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-linkmode external -extldflags -static" -o manager ./cmd/main.go
18+
RUN GOOS=linux GOARCH=amd64 go build -ldflags "-linkmode external -extldflags -static" -o manager ./cmd/main.go
1919

2020

2121
FROM alpine

0 commit comments

Comments
 (0)