From e966249932741f95a70d5f66ac2c44a6fc2b95a1 Mon Sep 17 00:00:00 2001 From: nhyatt Date: Tue, 10 Dec 2024 12:58:50 -0600 Subject: [PATCH] upgrade bind --- build-bind.jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-bind.jenkins b/build-bind.jenkins index 92b3c89..227fc3b 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.20 LABEL org.opencontainers.image.authors="The_Spider " LABEL org.opencontainers.image.title="bind"