commit e0888653d85896cdef8f303c087b159d063968b7
parent 4759350b9a020d735506479e2d51c76d38566017
Author: Jim Newsome <jnewsome@torproject.org>
Date: Mon, 18 Nov 2024 14:15:37 -0600
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).
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"