Update CoreDNS to 1.6.7 (#5761)

This commit is contained in:
Florent Monbillard
2020-03-14 07:20:34 -04:00
committed by GitHub
parent dcfda9d9d2
commit 027e2e8a11
2 changed files with 2 additions and 2 deletions

View File

@@ -429,7 +429,7 @@ nginx_image_tag: 1.17
haproxy_image_repo: "{{ docker_image_repo }}/library/haproxy"
haproxy_image_tag: 1.9
coredns_version: "1.6.0"
coredns_version: "1.6.7"
coredns_image_repo: "{{ docker_image_repo }}/coredns/coredns"
coredns_image_tag: "{{ coredns_version }}"