]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
build: Switch to debian:unstable Docker image
authorGuillem Jover <guillem@hadrons.org>
Mon, 18 May 2026 02:55:05 +0000 (04:55 +0200)
committerGuillem Jover <guillem@hadrons.org>
Mon, 18 May 2026 02:56:59 +0000 (04:56 +0200)
We have a restricted enough amount of dependencies that relying on
Debian unstable seems safe. More than using debian:testing which might
end up stuck with problems for some time until packages migrate from
unstable.

.gitlab-ci.yml

index 72b7625c888df04b5e713a9ab19e1d4b1422a8e4..a90cfc031903bcf77b05dc1238d99ec1745c649d 100644 (file)
@@ -24,7 +24,7 @@
   coverage: /^TOTAL.*\s+(\d+\%)$/
 
 .debian:
-  image: debian:latest
+  image: debian:unstable
   stage: test
   before_script:
     - apt-get update -qq