diff options
author | Tom Rini <trini@konsulko.com> | 2024-02-13 09:39:28 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-02-27 16:28:52 -0500 |
commit | cb59ca304ae2bec3160b9a9fcd49ff0f7a8adb32 (patch) | |
tree | 8627c71e3cff008731388d318593ce53ea61b6b2 /.gitlab-ci.yml | |
parent | 3a79c91f43dac8c48d573d946d1e0ccc1f10911a (diff) | |
download | u-boot-cb59ca304ae2bec3160b9a9fcd49ff0f7a8adb32.tar.gz |
CI: Move to latest container image
This moves us to our latest container image, which is now based on the
current "Jammy" tag.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66f3cb14b03..6ab3bb5ec2a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ default: # Grab our configured image. The source for this is found # in the u-boot tree at tools/docker/Dockerfile -image: ${MIRROR_DOCKER}/trini/u-boot-gitlab-ci-runner:jammy-20240111-17Jan2024 +image: ${MIRROR_DOCKER}/trini/u-boot-gitlab-ci-runner:jammy-20240125-12Feb2024 # We run some tests in different order, to catch some failures quicker. stages: |