QubitProducts / exporter_exporter

A reverse proxy designed for Prometheus exporters
Apache License 2.0
336 stars 55 forks source link

Dockerfile should be updated to proper go version #41

Closed tobg closed 4 years ago

tobg commented 4 years ago

On docker build, we got an error because go should be at least version 1.13

I use this one and it works.

FROM golang:1.13.7-alpine AS build

tcolgate commented 4 years ago

Cbeers, I'll try and remind myself to update when 1.14 is out.