diff options
author | Daniil Baturin <daniil@vyos.io> | 2022-10-03 12:45:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 12:45:21 +0100 |
commit | 3d5749f42b4d57b76c86b5ff69474292ca29e26a (patch) | |
tree | 90e4ada8c8f53440a64c123a6b1e627ae4507b02 /data | |
parent | 7ce865118886358efde71a5d3782d21063b01a22 (diff) | |
parent | 8cddce0cadce636bbde8e481ae160d22534a71d2 (diff) | |
download | vyos-build-3d5749f42b4d57b76c86b5ff69474292ca29e26a.tar.gz vyos-build-3d5749f42b4d57b76c86b5ff69474292ca29e26a.zip |
Merge pull request #261 from c-po/equuleus
T4652: upgrade PowerDNS recursor to 4.7 series
Diffstat (limited to 'data')
-rw-r--r-- | data/defaults.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/defaults.json b/data/defaults.json index f928186d..d0a75bde 100644 --- a/data/defaults.json +++ b/data/defaults.json @@ -10,7 +10,7 @@ "release_train": "equuleus", "additional_repositories": [ "deb [arch=amd64] https://repo.saltproject.io/py3/debian/10/amd64/3003 buster main", - "deb [arch=amd64] http://repo.powerdns.com/debian buster-rec-45 main" + "deb [arch=amd64] http://repo.powerdns.com/debian buster-rec-47 main" ], "custom_packages": [] } |