[ci] change lint to bookworm for git v2.38

Since 5497c14, verify-commits.py requires git merge-tree which is only
available in git v2.38 or later.
This commit is contained in:
glozow 2023-02-28 10:55:20 +00:00 committed by ci
parent 519ec2650e
commit a984beeca1
No known key found for this signature in database
GPG key ID: BA03F4DBE0C63FB4

View file

@ -61,10 +61,10 @@ compute_credits_template: &CREDITS_TEMPLATE
use_compute_credits: $CIRRUS_REPO_FULL_NAME == 'bitcoin/bitcoin' && $CIRRUS_PR != ""
task:
name: 'lint [jammy]'
name: 'lint [bookworm]'
<< : *BASE_TEMPLATE
container:
image: ubuntu:jammy
image: debian:bookworm
cpu: 1
memory: 1G
# For faster CI feedback, immediately schedule the linters