From: Tobias Brunner Date: Fri, 15 Aug 2025 13:10:09 +0000 (+0200) Subject: testing: Use Debian trixie X-Git-Tag: 6.0.3dr1~1^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0a5bd76697d6f3c869f7b443215196260b978ff;p=thirdparty%2Fstrongswan.git testing: Use Debian trixie --- diff --git a/testing/testing.conf b/testing/testing.conf index f02b44ac16..74e81a3366 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=bookworm} +: ${BASEIMGSUITE=trixie} : ${BASEIMGARCH=amd64} : ${BASEIMG=$IMGDIR/debian-$BASEIMGSUITE-$BASEIMGARCH.$IMGEXT} : ${BASEIMGMIRROR=http://http.debian.net/debian}