We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0afbb2 commit d633a58Copy full SHA for d633a58
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'
go.mod
module github.com/newrelic/nri-docker
-go 1.23.1
+go 1.23.2
require (
github.com/containerd/cgroups v1.1.0
0 commit comments