diff --git a/Dockerfile b/Dockerfile index bca9f83b..5e99e9d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.2 as builder-kafka +FROM golang:1.23.3 as builder-kafka COPY . /go/src/github.com/newrelic/nri-kafka/ RUN cd /go/src/github.com/newrelic/nri-kafka && \ make && \ diff --git a/build/Dockerfile b/build/Dockerfile index 836e8cdf..6fd5930f 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.2-bookworm +FROM golang:1.23.3-bookworm ARG GH_VERSION='1.6.0' diff --git a/go.mod b/go.mod index 33b031e1..a9d0f7ec 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/nri-kafka -go 1.23.2 +go 1.23.3 require ( github.com/IBM/sarama v1.43.3 diff --git a/tests/integration/Dockerfile b/tests/integration/Dockerfile index 25093199..2e5064db 100644 --- a/tests/integration/Dockerfile +++ b/tests/integration/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.2 as builder +FROM golang:1.23.3 as builder ARG CGO_ENABLED=0 ARG NRJMX_VERSION WORKDIR /go/src/github.com/newrelic/nri-kafka