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
This commit is contained in:
parent
c6b363974e
commit
95097ad46a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue