summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-11-26 10:30:24 -0600
committerTom Rini <[email protected]>2025-11-26 10:30:24 -0600
commit0ae3dc6809ffb6568b5e46d9022829e36d473d36 (patch)
treefbacae08d7b735181090807651a15b18bba88d37 /tools
parent4dfa4c14b8e5b37885f9eb281b3bc230938c5972 (diff)
CI: Update to latest container
- Move to jammy-20251013 tag - Bring in tkinter so that FATtools should run and more tests should be run. - Update to QEMU 10.0.6 - Pick tags for (most of) trace-cmd Signed-off-by: Tom Rini <[email protected]>
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 960e4a7177f..8ab1cff5584 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-20251001
+FROM ubuntu:jammy-20251013
LABEL org.opencontainers.image.authors="Tom Rini <[email protected]>"
LABEL org.opencontainers.image.description=" This image is for building U-Boot inside a container"