Hi,
building your image yields error:
Step 5/11 : RUN go get -d -v github.com/prometheus/common/log
---> Running in 79f55f7ea349
go: downloading github.com/prometheus/common v0.32.1
go get: module github.com/prometheus/common@upgrade found (v0.32.1), but does not contain package github.com/prometheus/common/log
The command '/bin/sh -c go get -d -v github.com/prometheus/common/log' returned a non-zero code: 1
Do you plan on updating dependencies?