From acbbe4697fe238783d10380935ce912f988fbd26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Wed, 20 Jan 2021 10:53:17 +0100 Subject: [PATCH] gitlab-ci: Use byzantium instead of Debian bullseye We didn't have bullseye images back then. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2f32c2..9f87ed7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ stages: variables: DEPS: build-essential git WANT_BUILD_DEPS: "true" - IMAGE: debian:bullseye + IMAGE: pureos/byzantium COMMON_BUILD_OPTS: --werror before_script: