diff --git a/files/Dockerfile b/files/Dockerfile index e62b889..27bd58a 100644 --- a/files/Dockerfile +++ b/files/Dockerfile @@ -1,6 +1,6 @@ +FROM golang:1.9-alpine as confd LABEL maintainer "Mauro Torrez " # confd ----------------------------------------------------------------------- -FROM golang:1.9-alpine as confd ARG CONFD_VERSION=0.16.0 ADD https://github.com/kelseyhightower/confd/archive/v${CONFD_VERSION}.tar.gz /tmp/ RUN apk add --no-cache bzip2 make && \