From 95097ad46a9dc33a7a58877c8480fa8cddc5eeda Mon Sep 17 00:00:00 2001 From: robojerk Date: Tue, 5 Aug 2025 10:54:50 -0700 Subject: [PATCH] Fix container image for Trixie backport - Use debian:testing instead of debian:12 - This ensures the container matches the target environment (Trixie) - Source is still pulled from sid, but build environment is Trixie --- backport-trixie.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backport-trixie.sh b/backport-trixie.sh index ee14d5a..370f437 100755 --- a/backport-trixie.sh +++ b/backport-trixie.sh @@ -65,7 +65,7 @@ run_in_podman() { -v /opt:/opt:shared \ -v "$(pwd):/workspace:Z" \ -w /workspace \ - debian:12 \ + debian:testing \ bash -c " echo '=== Setting up container environment ===' apt update -y