diff options
author | Jim Newsome <jnewsome@torproject.org> | 2024-11-18 14:15:37 -0600 |
---|---|---|
committer | Jim Newsome <jnewsome@torproject.org> | 2024-11-18 14:15:37 -0600 |
commit | 3ddf41f8ffa264cf5b33f1f861ac9c7bd757ad0d (patch) | |
tree | 9fde6badae77c8596b05057fc51e12b94a28a0ea | |
parent | 4759350b9a020d735506479e2d51c76d38566017 (diff) | |
download | tor-3ddf41f8ffa264cf5b33f1f861ac9c7bd757ad0d.tar.gz tor-3ddf41f8ffa264cf5b33f1f861ac9c7bd757ad0d.zip |
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).
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |