From bde165f7ad4922e218cabdb6eb7c40e1661179f0 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 7 Feb 2023 17:31:18 +0100 Subject: [PATCH] .gitlab-ci.yml: update Docker image to use We have a new Docker image, updated with the new requirements from bcd15aa08aab1e8292b93995c44dc765a9801632 ("support/docker: add python3-magic"), but also with an updated Debian Bullseye installation. Let's use it. Signed-off-by: Thomas Petazzoni Signed-off-by: Yann E. MORIN --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cad35c96bc..ed17bb14b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # Configuration for Gitlab-CI. # Builds appear on https://gitlab.com/buildroot.org/buildroot/pipelines -image: $CI_REGISTRY/buildroot.org/buildroot/base:20220206.1756 +image: $CI_REGISTRY/buildroot.org/buildroot/base:20230207.1123 stages: - generate-gitlab-ci