We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9594def commit 6019f2bCopy full SHA for 6019f2b
Dockerfile
@@ -1,6 +1,6 @@
1
ARG infra_image=newrelic/infrastructure-bundle
2
3
-FROM golang:1.22.5 as builder
+FROM golang:1.23.1 as builder
4
5
WORKDIR /go/src/github.com/newrelic/nri-docker
6
COPY . .
build/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.22.5-bookworm
+FROM golang:1.23.1-bookworm
ARG GH_VERSION='2.23.0'
go.mod
module github.com/newrelic/nri-docker
-go 1.22.5
+go 1.23.1
require (
github.com/containerd/cgroups v1.1.0
0 commit comments