Преглед изворни кода

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 <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Romain Naour <romain.naour@gmail.com>
Tested-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Yann E. MORIN пре 3 година
родитељ
комит
052d7a6ef4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -1,7 +1,7 @@
 # Configuration for Gitlab-CI.
 # Configuration for Gitlab-CI.
 # Builds appear on https://gitlab.com/buildroot.org/buildroot/pipelines
 # Builds appear on https://gitlab.com/buildroot.org/buildroot/pipelines
 
 
-image: buildroot/base:20200814.2228
+image: buildroot/base:20211120.1925
 
 
 stages:
 stages:
   - generate-gitlab-ci
   - generate-gitlab-ci