diff --git a/Dockerfile b/Dockerfile index 5ed6884d..be706a3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN curl -s https://glide.sh/get | sh COPY . /go/src/github.com/dcu/mongodb_exporter RUN cd /go/src/github.com/dcu/mongodb_exporter && make release -FROM alpine:3.4 +FROM alpine:3.12 MAINTAINER David Cuadrado EXPOSE 9001