Skip to content

Commit 987b99b

Browse files
authored
Use debian bookworm (#541)
In debian:latest (As of August 9th 2025 that is 13 aka "Trixie") there is no simple way of getting libtinfo5 immediately. So as a quick way to moving forward we stick to debian:bookworm insteam. This allows us to proceed with #539. After that we should possibly have separate tests for debian:bookworm and debian:trixie.
1 parent d103be7 commit 987b99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/debian_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
set -euo pipefail
1717

1818
images=(
19-
"debian:latest"
19+
"debian:bookworm"
2020
)
2121

2222
git_root=$(git rev-parse --show-toplevel)

0 commit comments

Comments
 (0)