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 \