mirror of
https://github.com/certbot/certbot.git
synced 2026-05-19 08:32:15 -04:00
dns_server: update BIND9 docker image (#9973)
The 9.16 image isn't published anymore
This commit is contained in:
parent
ba9f1939ab
commit
3d5714f499
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ if sys.version_info >= (3, 9): # pragma: no cover
|
|||
else: # pragma: no cover
|
||||
import importlib_resources
|
||||
|
||||
BIND_DOCKER_IMAGE = "internetsystemsconsortium/bind9:9.16"
|
||||
BIND_DOCKER_IMAGE = "internetsystemsconsortium/bind9:9.20"
|
||||
BIND_BIND_ADDRESS = ("127.0.0.1", 45953)
|
||||
|
||||
# A TCP DNS message which is a query for '. CH A' transaction ID 0xcb37. This is used
|
||||
|
|
|
|||
Loading…
Reference in a new issue