From: Ian Jackson Date: Thu, 15 Jun 2023 11:51:57 +0000 (+0100) Subject: CI: Target trixie X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=d2c61909c2cc37b9a3a9806d82a174d50ff428ff;p=hippotat.git CI: Target trixie With the update to base64 this doesn't work on bookworm any more. Signed-off-by: Ian Jackson --- 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