update dockerfile versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle
2018-11-14 08:57:28 -05:00
parent 508ed66544
commit 2bb7fb22bd
9 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ RUN apk --no-cache add \
git \
make
ENV COREDNS_VERSION v1.2.5
ENV COREDNS_VERSION v1.2.6
RUN git clone --depth 1 --branch ${COREDNS_VERSION} https://github.com/coredns/coredns /go/src/github.com/coredns/coredns