Skip to content

Commit 5ea8b1a

Browse files
Executing automated changes
1 parent 9b0704a commit 5ea8b1a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

components/datadog/apps/prometheus/images/prometheus/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24 AS builder
1+
FROM golang:1.26 AS builder
22

33
WORKDIR /usr/src/app
44

components/datadog/apps/prometheus/images/prometheus/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module prometheus
22

33
go 1.24
44

5+
toolchain go1.26.1
6+
57
require github.com/prometheus/client_golang v1.23.2
68

79
require (

0 commit comments

Comments
 (0)