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 1a8e7f9 commit 305d685Copy full SHA for 305d685
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