diff --git a/build/Dockerfile b/build/Dockerfile index fc3651d..eff621a 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.9.2' diff --git a/go.mod b/go.mod index e5ed2d5..6c49512 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/nri-nginx -go 1.23.2 +go 1.23.3 require ( github.com/jeremywohl/flatten v1.0.1 diff --git a/tests/integration/Dockerfile b/tests/integration/Dockerfile index 40390a8..0759321 100644 --- a/tests/integration/Dockerfile +++ b/tests/integration/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.2-bookworm as builder +FROM golang:1.23.3-bookworm as builder ARG CGO_ENABLED=0 WORKDIR /go/src/github.com/newrelic/nri-nginx COPY . .