From 211be83b50e5e2bb8c202c20336e56ed86fa1896 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Sat, 12 May 2018 16:11:57 -0400 Subject: [PATCH] update versions Signed-off-by: Jess Frazelle --- camlistore/Dockerfile | 2 +- consul/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/camlistore/Dockerfile b/camlistore/Dockerfile index 2eb8eba..f939383 100644 --- a/camlistore/Dockerfile +++ b/camlistore/Dockerfile @@ -7,7 +7,7 @@ ENV GOPATH /go RUN apk --no-cache add \ ca-certificates -ENV CAMLISTORE_VERSION 0.9 +ENV CAMLISTORE_VERSION 0.10 RUN buildDeps=' \ go \ diff --git a/consul/Dockerfile b/consul/Dockerfile index 1c14ecf..98f98bf 100644 --- a/consul/Dockerfile +++ b/consul/Dockerfile @@ -8,7 +8,7 @@ ENV GOPATH /go RUN apk --no-cache add \ ca-certificates -ENV CONSUL_VERSION v1.0.7 +ENV CONSUL_VERSION v1.1.0 RUN buildDeps=' \ bash \