challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

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:
Mcontrib/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 \