diff --git a/build/Dockerfile b/build/Dockerfile index e129657..8655932 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.6-bookworm +FROM golang:1.20.7-bookworm ARG GH_VERSION='1.6.0' diff --git a/tests/integration/Dockerfile b/tests/integration/Dockerfile index 5c628d8..ad3f2ec 100644 --- a/tests/integration/Dockerfile +++ b/tests/integration/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.6-bookworm as builder +FROM golang:1.20.7-bookworm as builder ARG CGO_ENABLED=0 WORKDIR /go/src/github.com/newrelic/nri-elasticsearch COPY . .