1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

dns_server: update BIND9 docker image (#9973)

The 9.16 image isn't published anymore
This commit is contained in:
Will Greenberg
2024-07-30 15:13:48 -07:00
committed by GitHub
parent ba9f1939ab
commit 3d5714f499

View File

@@ -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