diff options
| author | Tom Rini <[email protected]> | 2023-02-07 12:32:19 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-02-11 12:22:35 -0500 |
| commit | 16bf3b6f8f35c295419dab9fc698d50686592f9c (patch) | |
| tree | 46064add0a5a2418f91cbce8afd997fc2317b965 /tools/docker | |
| parent | e46b72436cab6d66fdb0263e0bf14082195b754e (diff) | |
CI, Docker: Update to Jammy 2023016 tag
Move to the latest tag for "Jammy" and rebuild the containers.
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 aa19d924cc8..33e2bd2add6 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-20221130 +FROM ubuntu:jammy-20230126 MAINTAINER Tom Rini <[email protected]> LABEL Description=" This image is for building U-Boot inside a container" |
