From: Simon McVittie Date: Fri, 13 Dec 2024 10:54:56 +0000 (+0000) Subject: CI: Use Debian 12 as default container X-Git-Tag: dbus-1.16.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b95f7aab26e0b48a07e050fefc5be3c6ce5e87b8;p=thirdparty%2Fdbus.git CI: Use Debian 12 as default container I don't think we use this for anything any more, because all build targets run in some more specific container; but just in case it's used, we should select the current stable release of Debian and not a previous, EOL version. Signed-off-by: Simon McVittie (cherry picked from commit 431c78b5fbd96b930a50e177e1f0d39e730aadae) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45b8407b3..0f24c143d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ include: - '/templates/freebsd.yml' - '/templates/opensuse.yml' -image: debian:bullseye-slim +image: debian:bookworm-slim stages: - 'build docker'