mirror of
https://github.com/prometheus-community/ipmi_exporter
synced 2024-12-23 14:32:16 +00:00
change builder version
This commit is contained in:
parent
abf9350445
commit
4a065bdeb2
@ -1,5 +1,5 @@
|
||||
# Build /go/bin/ipmi_exporter
|
||||
FROM quay.io/prometheus/golang-builder:latest AS builder
|
||||
FROM quay.io/prometheus/golang-builder:1.15-base AS builder
|
||||
ADD . /go/src/github.com/soundcloud/ipmi_exporter/
|
||||
RUN cd /go/src/github.com/soundcloud/ipmi_exporter && make
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user