From ab1541e6485baff3502aeba9f3196099c09192d5 Mon Sep 17 00:00:00 2001 From: Steve Durrheimer Date: Sun, 7 Jun 2015 14:36:16 +0200 Subject: [PATCH] New Dockerfile using alpine-golang-make-onbuild base image --- Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index c7dd968c..78c658ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -FROM golang:onbuild -MAINTAINER Prometheus Team +FROM sdurrheimer/alpine-golang-make-onbuild +MAINTAINER The Prometheus Authors -ENTRYPOINT [ "go-wrapper", "run" ] -EXPOSE 9100 +EXPOSE 9100