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 2f8f9f9 commit fb17601Copy full SHA for fb17601
infra/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.14-alpine
+FROM golang:1.15-alpine
2
LABEL maintainer="The Prometheus Authors <[email protected]>"
3
4
RUN apk add git make
tools/prometheus-builder/Dockerfile
-FROM golang:1.14
+FROM golang:1.15
RUN \
0 commit comments