Commit a0a5bd7669 for strongswan.org
commit a0a5bd76697d6f3c869f7b443215196260b978ff
Author: Tobias Brunner <tobias@strongswan.org>
Date: Fri Aug 15 15:10:09 2025 +0200
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}