From d2f9953b83a03fb9728d974806af21892088b340 Mon Sep 17 00:00:00 2001 From: Byron Hambly Date: Fri, 5 Dec 2025 14:05:05 +0200 Subject: [PATCH] ci: use correct image for libbitcoinkernel job --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index cc9e988128..e9c4b782f4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -207,7 +207,7 @@ task: name: 'no wallet, libbitcoinkernel' << : *GLOBAL_TASK_TEMPLATE container: - image: docker.io/debian:bullseye + image: docker.io/ubuntu:22.04 env: << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV FILE_ENV: "./ci/test/00_setup_env_native_nowallet_libbitcoinkernel.sh"