Since the release of Debian 12 “bookworm”, it has become the “stable” one that our ci/linux-debian.Dockerfile
relies on.
Last time the Docker image was built basing on Debian Bullseye.
Changes in packages are significant, for instance:
gcc
10.2. –> 12.2clang
11.0 –> 14.0wine
5.0 –> 8.0
which requires certain adjustments provided in this PR.
The first commit has been cherry-picked from #1313.