From d2c61909c2cc37b9a3a9806d82a174d50ff428ff Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Jun 2023 12:51:57 +0100 Subject: [PATCH] CI: Target trixie With the update to base64 this doesn't work on bookworm any more. Signed-off-by: Ian Jackson --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c17a6c..f79c3a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,9 +60,9 @@ test-rust-upstream: # This test is marked allow-fail because Debian development breaks # things on a regular basis. -test-debian-bookworm: +test-debian-trixie: stage: test - image: "debian:bookworm-slim" + image: "debian:trixie-slim" allow_failure: true script: - apt-get -y update -- 2.30.2