aboutsummaryrefslogtreecommitdiff
path: root/tools/docker/Dockerfile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-01-17 15:04:50 -0500
committerTom Rini <trini@konsulko.com>2024-01-18 09:04:34 -0500
commitb8f7b374bc4efdd303a346535afa33aaad2cdefe (patch)
tree992c83d276c577dcfd0ed3b306ad8cb1db4f35de /tools/docker/Dockerfile
parent1858bebeafe2475b1e2bc904900ca1e8dea7b417 (diff)
downloadu-boot-b8f7b374bc4efdd303a346535afa33aaad2cdefe.zip
u-boot-b8f7b374bc4efdd303a346535afa33aaad2cdefe.tar.gz
u-boot-b8f7b374bc4efdd303a346535afa33aaad2cdefe.tar.bz2
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/docker/Dockerfile')
-rw-r--r--tools/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 72ffb99..0e2dd0a 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"