Skip to content

Commit

Permalink
Merge pull request #655 from prometheus/go-1-22
Browse files Browse the repository at this point in the history
Update prometheus builder to Go 1.22
  • Loading branch information
bboreham authored Mar 4, 2024
2 parents 98e6f9e + c121e9e commit 4d28fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/prometheus-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/prometheus/golang-builder:1.21-main
FROM quay.io/prometheus/golang-builder:1.22-main

RUN mkdir -p /go/src/github.com
COPY ./build.sh /go/src/github.com/build.sh
Expand Down

0 comments on commit 4d28fbd

Please sign in to comment.