tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 4395853a49db9e92374e55e7b731672d3093e474
parent 8e70e8b29ce2e1887c09fe0ab9141e4ffa509072
Author: Alexander Hansen Færøy <ahf@torproject.org>
Date:   Mon, 31 Mar 2025 16:39:04 +0200

Use bullseye on main for i386 for now.

Diffstat:
M.gitlab-ci.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -138,7 +138,7 @@ debian-i386-minimal: # TODO: Use a TPA-maintained image when there is one. # See https://gitlab.torproject.org/tpo/tpa/base-images/-/issues/3 image: - name: i386/debian:bookworm + name: i386/debian:bullseye docker: platform: linux/386 <<: *debian-template