diff options
author | Tom Rini <trini@konsulko.com> | 2024-01-17 15:04:50 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-01-18 09:04:34 -0500 |
commit | b8f7b374bc4efdd303a346535afa33aaad2cdefe (patch) | |
tree | 992c83d276c577dcfd0ed3b306ad8cb1db4f35de /tools | |
parent | 1858bebeafe2475b1e2bc904900ca1e8dea7b417 (diff) | |
download | u-boot-b8f7b374bc4efdd303a346535afa33aaad2cdefe.tar.gz u-boot-b8f7b374bc4efdd303a346535afa33aaad2cdefe.tar.bz2 u-boot-b8f7b374bc4efdd303a346535afa33aaad2cdefe.zip |
CI: Move to latest Ubuntu "Jammy" tag
Move to the latest "Jammy" tag from Ubuntu.
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 72ffb99a0c..0e2dd0a6a9 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-20230804 +FROM ubuntu:jammy-20240111 MAINTAINER Tom Rini <trini@konsulko.com> LABEL Description=" This image is for building U-Boot inside a container" |