[PATCH] CI: update KAS container to 4.7
Jon Mason <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
Bump the KAS container to the latest version Signed-off-by: Jon Mason <[email protected]> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc8023c8df72..c06b05e4743d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: ${MIRROR_GHCR}/siemens/kas/kas:4.4 +image: ${MIRROR_GHCR}/siemens/kas/kas:4.7 variables: # These are needed as the k8s executor doesn't respect the container -- 2.39.5 (Apple Git-154)