We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0afbb2 commit a8cf915Copy full SHA for a8cf915
Dockerfile
@@ -1,6 +1,6 @@
1
ARG infra_image=newrelic/infrastructure-bundle
2
3
-FROM golang:1.23.1 as builder
+FROM golang:1.23.2 as builder
4
5
WORKDIR /go/src/github.com/newrelic/nri-docker
6
COPY . .
build/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.23.1-bookworm
+FROM golang:1.23.2-bookworm
ARG GH_VERSION='2.23.0'
0 commit comments