From 12b64845aebf08e45db94e5610d0ced95b5c1667 Mon Sep 17 00:00:00 2001 From: Alexander Færøy Date: Mon, 16 Aug 2021 13:52:58 +0000 Subject: 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" -- cgit v1.2.3-54-g00ecf