From 0aff931ed3f70e3dfcc194c4dbd8bb603d712725 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 7 Oct 2021 16:28:46 +0100 Subject: [PATCH] ci: Update Debian CI image to new Stable (Bullseye) Signed-off-by: Philip Withnall --- .gitlab-ci/debian-stable.Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci/debian-stable.Dockerfile b/.gitlab-ci/debian-stable.Dockerfile index 38758fc9e..0384c64ee 100644 --- a/.gitlab-ci/debian-stable.Dockerfile +++ b/.gitlab-ci/debian-stable.Dockerfile @@ -1,11 +1,11 @@ -FROM debian:buster +FROM debian:bullseye RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \ bindfs \ black \ clang \ - clang-tools-7 \ - clang-format-7 \ + clang-tools \ + clang-format \ dbus \ desktop-file-utils \ elfutils \