From 9828e5bd80883619038009cbc7bac7eaf13c0e6e Mon Sep 17 00:00:00 2001 From: Marcus Franke Date: Thu, 6 Jul 2017 08:33:48 +0200 Subject: [PATCH] [consul] updated to latest consul release (#279) Updated consul version from 0.8.4 to 0.8.5 --- consul/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consul/Dockerfile b/consul/Dockerfile index aae5cd8..9b53431 100644 --- a/consul/Dockerfile +++ b/consul/Dockerfile @@ -8,7 +8,7 @@ ENV GOPATH /go RUN apk --no-cache add \ ca-certificates -ENV CONSUL_VERSION v0.8.4 +ENV CONSUL_VERSION v0.8.5 RUN buildDeps=' \ bash \