Skip to content

Commit 8dfdfaa

Browse files
committed
Update dependencies to latest, structured logging, remove unused code and bump version
1 parent 10511bf commit 8dfdfaa

File tree

9 files changed

+223
-318
lines changed

9 files changed

+223
-318
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /go/src/github.com/verloop/nsync
33
ADD . /go/src/github.com/verloop/nsync
44
RUN curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
55
RUN dep ensure
6-
RUN go install .
6+
RUN CGO_ENABLED=0 go build -ldflags "-s" -a -installsuffix cgo -o /go/bin/nsync .
77

88
FROM gcr.io/distroless/base
99
COPY --from=build /go/bin/nsync /

0 commit comments

Comments
 (0)