From 79ad33bfba85d501968c25829a601beecd15b519 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 28 Jun 2023 15:56:28 +0200 Subject: [PATCH] testing: Use Debian 12 (bookworm) --- testing/testing.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/testing.conf b/testing/testing.conf index 8a506aad3b..b2348ad2e3 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -49,7 +49,7 @@ fi # Base image settings # The base image is a pristine OS installation created using debootstrap. : ${BASEIMGSIZE=2500} -: ${BASEIMGSUITE=bullseye} +: ${BASEIMGSUITE=bookworm} : ${BASEIMGARCH=amd64} : ${BASEIMG=$IMGDIR/debian-$BASEIMGSUITE-$BASEIMGARCH.$IMGEXT} : ${BASEIMGMIRROR=http://http.debian.net/debian} -- 2.47.2