From: Tobias Brunner Date: Wed, 28 Jun 2023 13:56:28 +0000 (+0200) Subject: testing: Use Debian 12 (bookworm) X-Git-Tag: android-2.4.2~22^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79ad33bfba85d501968c25829a601beecd15b519;p=thirdparty%2Fstrongswan.git testing: Use Debian 12 (bookworm) --- 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}