Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rimusz committed Aug 26, 2019
1 parent 8f0c975 commit 2e39aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN cd cmd/kubenab && \

# Build microservices
RUN cd cmd/kubenab && \
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a --installsuffix cgo --ldflags="-s" -o /kubenab
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /kubenab

FROM gcr.io/distroless/static

Expand Down

0 comments on commit 2e39aba

Please sign in to comment.