]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Use Debian trixie
authorTobias Brunner <tobias@strongswan.org>
Fri, 15 Aug 2025 13:10:09 +0000 (15:10 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 18 Sep 2025 09:13:32 +0000 (11:13 +0200)
testing/testing.conf

index f02b44ac162d68b2b4c7213d88e34530f291736a..74e81a33665a711762c636b2da40ba6592b42b2d 100644 (file)
@@ -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}