diff options
| author | Tom Rini <[email protected]> | 2025-04-10 09:15:05 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-10 11:06:50 -0600 |
| commit | 206ca97fac5bc638b04b712075d8bb4656d79395 (patch) | |
| tree | 611fc70b5e6d72aad38d455cfb997d7ec079a5ef /tools/docker | |
| parent | 970cd1319a7867f8dfe8f7644b9fa773ccce9149 (diff) | |
CI: Move to latest container images
- Bump up "Jammy" tag to jammy-20250404
- Include most recent changes to the Dockerfile itself
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'tools/docker')
| -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 182560e3ea2..a0fd174ff60 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-20240911.1 +FROM ubuntu:jammy-20250404 LABEL org.opencontainers.image.authors="Tom Rini <[email protected]>" LABEL org.opencontainers.image.description=" This image is for building U-Boot inside a container" |
