diff options
author | Tom Rini <trini@konsulko.com> | 2024-08-21 09:41:20 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-08-21 09:41:20 -0600 |
commit | 0b06e052fb153958d470209dab237f12796cb0da (patch) | |
tree | 61546e4c7c8c7341b327db02ea32bab9c8a90f3d /tools | |
parent | bcdd782dc2017df0a95a6acaf09e79968fd7bb1e (diff) | |
download | u-boot-0b06e052fb153958d470209dab237f12796cb0da.tar.gz |
CI: Update to latest DockerfileWIP/21Aug2024
This primarily updates our python cache.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index f0e36994cc2..c401170b1e1 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-20240227 +FROM ubuntu:jammy-20240808 LABEL org.opencontainers.image.authors="Tom Rini <trini@konsulko.com>" LABEL org.opencontainers.image.description=" This image is for building U-Boot inside a container" |