File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM golang:1.25.7 as builder-kafka
1+ FROM golang:1.25.8 as builder-kafka
22COPY . /go/src/github.com/newrelic/nri-kafka/
33RUN cd /go/src/github.com/newrelic/nri-kafka && \
44 make && \
Original file line number Diff line number Diff line change @@ -134,8 +134,6 @@ github.com/tklauser/numcpus v0.3.0 h1:ILuRUQBtssgnxw0XXIjKUC56fgnOrFoQQ/4+DeU2bi
134134github.com/tklauser/numcpus v0.3.0 /go.mod h1:yFGUr7TUHQRAhyqBcEg0Ge34zDBAsIvJJcyE6boqnA8 =
135135github.com/xdg-go/pbkdf2 v1.0.0 h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c =
136136github.com/xdg-go/pbkdf2 v1.0.0 /go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI =
137- github.com/xdg-go/scram v1.1.2 h1:FHX5I5B4i4hKRVRBCFRxq1iQRej7WO3hhBuJf+UUySY =
138- github.com/xdg-go/scram v1.1.2 /go.mod h1:RT/sEzTbU5y00aCK8UOx6R7YryM0iF1N2MOmC3kKLN4 =
139137github.com/xdg-go/scram v1.2.0 h1:bYKF2AEwG5rqd1BumT4gAnvwU/M9nBp2pTSxeZw7Wvs =
140138github.com/xdg-go/scram v1.2.0 /go.mod h1:3dlrS0iBaWKYVt2ZfA4cj48umJZ+cAEbR6/SjLA88I8 =
141139github.com/xdg-go/stringprep v1.0.4 h1:XLI/Ng3O1Atzq0oBs3TWm+5ZVgkq2aqdlvP9JtoZ6c8 =
Original file line number Diff line number Diff line change 1- FROM golang:1.25.7 as builder
1+ FROM golang:1.25.8 as builder
22ARG CGO_ENABLED=0
33ARG NRJMX_VERSION
44WORKDIR /go/src/github.com/newrelic/nri-kafka
You can’t perform that action at this time.
0 commit comments