diff --git a/certbot/Dockerfile b/certbot/Dockerfile index 32e562f..b6a0da5 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -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 \ diff --git a/consul/Dockerfile b/consul/Dockerfile index fe68b5e..b686abf 100644 --- a/consul/Dockerfile +++ b/consul/Dockerfile @@ -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 diff --git a/coredns/Dockerfile b/coredns/Dockerfile index 632c7ff..d19e2fb 100644 --- a/coredns/Dockerfile +++ b/coredns/Dockerfile @@ -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 \