We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e44d43 commit 86591b0Copy full SHA for 86591b0
Dockerfile.debug
@@ -1,6 +1,6 @@
1
#### Please note that this dockerfile is not used to release the image,
2
#### It is used merely to create a test image to run tests or to be uploaded manually for testing pourpuses
3
-FROM golang:1.24.6-bookworm AS build
+FROM golang:1.25.3-bookworm AS build
4
RUN apk add --no-cache --update git make
5
6
WORKDIR /go/src/github.com/newrelic/nri-ecs
go.mod
module github.com/newrelic/nri-ecs
-go 1.24.6
+go 1.25.3
require (
github.com/newrelic/infra-integrations-sdk/v3 v3.9.1
0 commit comments