]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
debian-gpl: Run on debian:bullseye instead of buster
authorJim Newsome <jnewsome@torproject.org>
Mon, 18 Nov 2024 20:15:37 +0000 (14:15 -0600)
committerDavid Goulet <dgoulet@torproject.org>
Tue, 19 Nov 2024 15:24:34 +0000 (10:24 -0500)
* 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

index 82176a1bfdd685228e7efc9073969db073e226d8..b3f98173b114bc5992b105048fc380007c0cbcad 100644 (file)
@@ -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"