From 164adb4921848ad16e9c03ad2a72850d01f874ef Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 11 Oct 2016 11:20:45 +0200 Subject: [PATCH] update confd to take advantage of default values for getenv --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7fa0126..5469993 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM smebberson/alpine-base:latest -ENV CONFD_VERSION=0.11.0 +ENV CONFD_VERSION=v0.12.0-alpha3 RUN apk add --no-cache go git gcc musl-dev && \ git clone https://github.com/kelseyhightower/confd.git /src/confd && \