bump dnsseeder for faster skipping of flux peers (#15)

This commit is contained in:
Conrado Gouvea 2022-06-14 15:01:18 -03:00 committed by GitHub
parent 21defac7be
commit 6d3a819993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ RUN apk --no-cache add \
make
ENV COREDNS_VERSION v1.6.9
ENV DNSSEEDER_VERSION v0.2.2
ENV DNSSEEDER_VERSION v0.2.3
RUN git clone --depth 1 --branch ${COREDNS_VERSION} https://github.com/coredns/coredns /go/src/github.com/coredns/coredns