From 1aa78c2078fa8e5f02e59dbc5aa7b04cdb5888a0 Mon Sep 17 00:00:00 2001 From: nhyatt Date: Sat, 18 Jan 2025 20:39:30 -0600 Subject: [PATCH] upgrade to bind 9.21 --- build-bind.jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-bind.jenkins b/build-bind.jenkins index f32961b..8cee309 100644 --- a/build-bind.jenkins +++ b/build-bind.jenkins @@ -132,7 +132,7 @@ fi writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getCurrentRootCA()) dockerFile = """ -FROM ${repository}/dockerhub/internetsystemsconsortium/bind9:9.18 +FROM ${repository}/dockerhub/internetsystemsconsortium/bind9:9.21 LABEL org.opencontainers.image.authors="The_Spider " LABEL org.opencontainers.image.title="bind"