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 b016d3a commit 4f85a01Copy full SHA for 4f85a01
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.11 as builder
+FROM golang:1.16 as builder
2
WORKDIR /go/src/github.com/RobustPerception/azure_metrics_exporter
3
COPY . .
4
RUN make build
0 commit comments