Skip to content

Commit

Permalink
change builder version
Browse files Browse the repository at this point in the history
  • Loading branch information
ainamori-iij committed Feb 20, 2021
1 parent abf9350 commit 4a065bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 4a065bd

Please sign in to comment.