commit 6882ef55a4057c71923b34c7680b99c078e8d047 parent d50c89c58151a436f2d1e592d31303d076b32251 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 4 Sep 2025 09:26:24 +0200 switch CI/CD to trixie Diffstat:
| M | contrib/ci/Containerfile | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/debian:bookworm +FROM docker.io/library/debian:trixie ENV DEBIAN_FRONTEND=noninteractive @@ -12,7 +12,6 @@ RUN apt-get update -yqq && \ libpq-dev \ pkg-config \ libtool \ - recutils \ make \ python3-pip \ python3-sphinx \