Skip to content

Commit 4f85a01

Browse files
committed
Update builder base image to latest golang
1 parent b016d3a commit 4f85a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.11 as builder
1+
FROM golang:1.16 as builder
22
WORKDIR /go/src/github.com/RobustPerception/azure_metrics_exporter
33
COPY . .
44
RUN make build

0 commit comments

Comments
 (0)