From 32037fcee8affd067ca70934bfa4422ddb47c02e Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Mon, 9 Sep 2019 17:59:32 -0300 Subject: [PATCH] fix Dockerfile syntax --- files/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \