[glib: 1/10] ci: Update Debian CI image to new Stable (Bullseye)




commit 0aff931ed3f70e3dfcc194c4dbd8bb603d712725
Author: Philip Withnall <pwithnall endlessos org>
Date:   Thu Oct 7 16:28:46 2021 +0100

    ci: Update Debian CI image to new Stable (Bullseye)
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 .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 \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]