X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/83eb8985b14fabe17a1b1c2702f60267c737450e..737e17e6f873e90695e6c9679e4a8c96b3e4c02c:/cookbooks/dns/recipes/default.rb diff --git a/cookbooks/dns/recipes/default.rb b/cookbooks/dns/recipes/default.rb index 04d2fe343..af7dad5a4 100644 --- a/cookbooks/dns/recipes/default.rb +++ b/cookbooks/dns/recipes/default.rb @@ -41,7 +41,7 @@ package %w[ cache_dir = Chef::Config[:file_cache_path] -dnscontrol_version = "3.19.0" +dnscontrol_version = "3.20.0" remote_file "#{cache_dir}/dnscontrol_amd64.deb" do source "https://github.com/StackExchange/dnscontrol/releases/download/v#{dnscontrol_version}/dnscontrol_#{dnscontrol_version}_amd64.deb"