From cf9e8a6f3f7281ec331239d1f5c519a47940ea53 Mon Sep 17 00:00:00 2001 From: nhyatt Date: Sat, 18 Jan 2025 20:20:37 -0600 Subject: [PATCH] bind to version 9.18 --- build-bind.jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-bind.jenkins b/build-bind.jenkins index 24ba77b..f32961b 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.20 +FROM ${repository}/dockerhub/internetsystemsconsortium/bind9:9.18 LABEL org.opencontainers.image.authors="The_Spider " LABEL org.opencontainers.image.title="bind"