Skip to content

Commit

Permalink
Merge pull request #642 from prometheus/go-1-21
Browse files Browse the repository at this point in the history
Update prometheus builder to Go 1.21
  • Loading branch information
bboreham authored Jan 18, 2024
2 parents 9cbf440 + 39ad0ce commit 98e6f9e
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.20-main
FROM quay.io/prometheus/golang-builder:1.21-main

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

0 comments on commit 98e6f9e

Please sign in to comment.