From e0888653d85896cdef8f303c087b159d063968b7 Mon Sep 17 00:00:00 2001 From: Jim Newsome Date: Mon, 18 Nov 2024 14:15:37 -0600 Subject: debian-gpl: Run on debian:bullseye instead of buster * buster is now very old * all the other jobs run bullseye * This will facilitate switching to a TPA-maintained image (there is no buster image). --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82176a1bfd..b3f98173b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -228,7 +228,7 @@ debian-disable-relay: ##### # GPL licensed mode, enables pow module debian-gpl: - image: debian:buster + image: debian:bullseye <<: *debian-template variables: GPL: "yes" -- cgit v1.2.3-54-g00ecf