From: Jim Newsome Date: Mon, 18 Nov 2024 20:15:37 +0000 (-0600) Subject: debian-gpl: Run on debian:bullseye instead of buster X-Git-Tag: tor-0.4.9.1-alpha~6^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0888653d85896cdef8f303c087b159d063968b7;p=thirdparty%2Ftor.git 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). --- 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"