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
Some checks failed
Build libostree Backport / Build libostree Backport (push) Successful in 10m56s
Build ostree Backports / Build ostree Backport for noble (push) Has been cancelled

This commit is contained in:
robojerk 2025-08-05 10:54:50 -07:00
parent c6b363974e
commit 95097ad46a

View file

@ -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