[tor-commits] [tor/maint-0.4.5] Use Debian bullseye for our hardened build.
dgoulet at torproject.org
dgoulet at torproject.org
Mon Sep 13 17:38:45 UTC 2021
commit 12b64845aebf08e45db94e5610d0ced95b5c1667
Author: Alexander Færøy <ahf at torproject.org>
Date: Mon Aug 16 13:52:58 2021 +0000
Use Debian bullseye for our hardened build.
---
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 915f242f26..b83079aa4a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -117,7 +117,7 @@ debian-minimal:
#
# TODO: This will be faster once we merge #40098 and #40099.
debian-hardened:
- image: debian:testing
+ image: debian:bullseye
<<: *debian-template
variables:
ALL_BUGS_ARE_FATAL: "yes"
More information about the tor-commits
mailing list