From 33e7fd97f264546ef09089c49c06013bcf8b3a7a Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 21 Nov 2021 00:10:07 +0100 Subject: [PATCH] gitlab-ci: update the image version We get newer CA certificates, to get rid of the annoying issues with the now-expired Let's Encrypt root certificate. Suggested-by: Peter Korsgaard Signed-off-by: Yann E. MORIN Cc: Romain Naour Tested-by: Romain Naour Signed-off-by: Peter Korsgaard --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e85ac32033..61194d4a54 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: buildroot/base:20200814.2228 +image: buildroot/base:20211120.1925 stages: - generate-gitlab-ci