update versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-07-13 16:10:56 -04:00
parent bbbebe6639
commit a5c2b76657
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ RUN apk --no-cache add \
RUN pip install acme
ENV CERTBOT_VERSION 0.25.1
ENV CERTBOT_VERSION 0.26.0
RUN buildDeps=' \
git \

View File

@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV CONSUL_VERSION v1.2.0
ENV CONSUL_VERSION v1.2.1
RUN go get github.com/hashicorp/consul

View File

@ -7,7 +7,7 @@ ENV GOPATH /go
RUN apk --no-cache add \
ca-certificates
ENV COREDNS_VERSION v1.1.4
ENV COREDNS_VERSION v1.2.0
RUN buildDeps=' \
go \