You've already forked ssl_exporter
mirror of
https://github.com/ribbybibby/ssl_exporter.git
synced 2025-07-15 23:54:18 +02:00
build with go 1.13 explicitly in the Dockerfile
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM golang:stretch AS build
|
||||
FROM golang:1.13-stretch AS build
|
||||
|
||||
ADD . /tmp/ssl_exporter
|
||||
|
||||
|
Reference in New Issue
Block a user