mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
update versions
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
bbbebe6639
commit
a5c2b76657
|
@ -27,7 +27,7 @@ RUN apk --no-cache add \
|
||||||
|
|
||||||
RUN pip install acme
|
RUN pip install acme
|
||||||
|
|
||||||
ENV CERTBOT_VERSION 0.25.1
|
ENV CERTBOT_VERSION 0.26.0
|
||||||
|
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
git \
|
git \
|
||||||
|
|
|
@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& 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
|
RUN go get github.com/hashicorp/consul
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ ENV GOPATH /go
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
ca-certificates
|
ca-certificates
|
||||||
|
|
||||||
ENV COREDNS_VERSION v1.1.4
|
ENV COREDNS_VERSION v1.2.0
|
||||||
|
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
go \
|
go \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user