]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Use Debian 12 (bookworm)
authorTobias Brunner <tobias@strongswan.org>
Wed, 28 Jun 2023 13:56:28 +0000 (15:56 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 13 Jul 2023 10:41:51 +0000 (12:41 +0200)
testing/testing.conf

index 8a506aad3b132fcfdf91f9ccdf835f6416f66963..b2348ad2e3d6c098ff8f5a71e9a263b1c4add734 100644 (file)
@@ -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}