Skip to content

Commit

Permalink
More cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
Joibel committed May 2, 2023
1 parent c644556 commit 58dbd55
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 @@ -3,7 +3,7 @@ ADD . /build
WORKDIR /build
RUN go vet ./...
RUN go test ./...
RUN go build -buildvcs=false -o build/argocd-vault-replacer
RUN CGO_ENABLED=0 go build -buildvcs=false -o build/argocd-vault-replacer

FROM alpine:3.17.3 as putter
COPY --from=builder /build/build/argocd-vault-replacer .
Expand Down

0 comments on commit 58dbd55

Please sign in to comment.