chiark / gitweb /
CI: Target trixie
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 11:51:57 +0000 (12:51 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 15:02:12 +0000 (16:02 +0100)
With the update to base64 this doesn't work on bookworm any more.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
.gitlab-ci.yml

index 1c17a6c2ff436cc1c04b58598a6520721aeddc9b..f79c3a79d08975d874b011a377f4f9820e43b320 100644 (file)
@@ -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