Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjiang1989 authored Jan 4, 2023
1 parent 9ccfb5e commit 94dc4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/local/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY hack/ hack/
COPY vendor/ vendor/

# package image
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-linkmode external -extldflags -static" -o local-cloud-csi-driver ./main.go
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags "-linkmode external -extldflags -static" -o local-cloud-csi-driver ./main.go

FROM ubuntu:20.04

Expand Down

0 comments on commit 94dc4ba

Please sign in to comment.