From dfa2d96d2235e96e5885c833a0c88fc3e13ce4c5 Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Mon, 31 Mar 2025 11:12:27 +0200 Subject: [PATCH] CI: Upgrade zeekctl task to Debian 12 --- .cirrus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index e9f86757c6..9be142d5f4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -737,7 +737,7 @@ cluster_testing_docker_builder: # # Also triggers on CIRRUS_CRON == 'zeekctl-nightly' if that is configured # through the Cirrus Web UI. -zeekctl_debian11_task: +zeekctl_debian12_task: cpu: *CPUS memory: *MEMORY only_if: > @@ -748,8 +748,8 @@ zeekctl_debian11_task: $CIRRUS_BRANCH =~ 'release/.*' ) ) container: - # Debian 11 EOL: June 2026 - dockerfile: ci/debian-11/Dockerfile + # Debian 12 (bookworm) EOL: TBD + dockerfile: ci/debian-12/Dockerfile << : *RESOURCES_TEMPLATE sync_submodules_script: git submodule update --recursive --init always: