Browse Source

gitlab-ci: update the image version

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Yann E. MORIN 3 years ago
parent
commit
7f654438c4
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .gitlab-ci.yml
  2. 1 1
      support/misc/gitlab-ci.yml.in

+ 1 - 1
.gitlab-ci.yml

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

+ 1 - 1
support/misc/gitlab-ci.yml.in

@@ -1,7 +1,7 @@
 # Configuration for Gitlab-CI.
 # Builds appear on https://gitlab.com/buildroot.org/buildroot/pipelines
 
-image: buildroot/base:20191027.2027
+image: buildroot/base:20200814.2228
 
 .check_base:
     rules: