[Buildroot] [git commit] .gitlab-ci.yml: update docker image to 20210922.2200
From: Yann E. MORIN <hidden>
Date: 2021-10-17 17:04:55
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Yann E. MORIN <hidden>
Date: 2021-10-17 17:04:55
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=afa17853b7c6d159c7528fc5e455a078a88e5426 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master 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) <redacted> Reviewed-by: Romain Naour <redacted> Tested-by: Romain Naour <redacted> Signed-off-by: Yann E. MORIN <redacted> --- .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
_______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot