From: Guillem Jover Date: Mon, 18 May 2026 02:55:05 +0000 (+0200) Subject: build: Switch to debian:unstable Docker image X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5cbde59cc60ae574d17263e89965c96bf54bea7;p=thirdparty%2Flibbsd.git build: Switch to debian:unstable Docker image 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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72b7625..a90cfc0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ coverage: /^TOTAL.*\s+(\d+\%)$/ .debian: - image: debian:latest + image: debian:unstable stage: test before_script: - apt-get update -qq