From afa17853b7c6d159c7528fc5e455a078a88e5426 Mon Sep 17 00:00:00 2001 From: "Arnout Vandecappelle (Essensium/Mind)" Date: Wed, 22 Sep 2021 22:10:27 +0200 Subject: [PATCH] .gitlab-ci.yml: update docker image to 20210922.2200 Commit 71b83227128be62c169313e85bb8f339f977ad67 updated the Dockerfile to be used in CI tests. In order to actually use this new docker image, update .gitlab-ci.yml to point to the docker image that was created with the updated Dockerfile. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Reviewed-by: Romain Naour Tested-by: Romain Naour 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 bf9f2dca6c..150b8eac1a 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:20210922.2200 stages: - generate-gitlab-ci