aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-03-14 22:36:43 -0400
committerTom Rini <trini@konsulko.com>2024-03-15 08:18:54 -0400
commitcacc0b2678c03d694e8be70f8e7b7601825f1c0f (patch)
treea105e49fbbba0decaad7c1b2aba0aad0ce8f919e /tools
parent074bfab54d83ab1da3e872d363570bba9e134f62 (diff)
downloadu-boot-cacc0b2678c03d694e8be70f8e7b7601825f1c0f.zip
u-boot-cacc0b2678c03d694e8be70f8e7b7601825f1c0f.tar.gz
u-boot-cacc0b2678c03d694e8be70f8e7b7601825f1c0f.tar.bz2
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 'tools')
-rw-r--r--tools/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 6d9931b..cda8735 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -2,7 +2,7 @@
# This Dockerfile is used to build an image containing basic stuff to be used
# to build U-Boot and run our test suites.
-FROM ubuntu:jammy-20240125
+FROM ubuntu:jammy-20240227
MAINTAINER Tom Rini <trini@konsulko.com>
LABEL Description=" This image is for building U-Boot inside a container"