aboutsummaryrefslogtreecommitdiff
path: root/tools/docker/Dockerfile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-07-13 20:37:36 -0400
committerTom Rini <trini@konsulko.com>2023-07-20 15:23:14 -0400
commit8b9876988b7cf6d5eabc29748c5ac8da5ca8f8a1 (patch)
treee7b7d568411944274bc8bc242b932bbc3960c3c5 /tools/docker/Dockerfile
parent6d6ddabfb790714a6ae861d93d21a615d1ab3a75 (diff)
downloadu-boot-8b9876988b7cf6d5eabc29748c5ac8da5ca8f8a1.zip
u-boot-8b9876988b7cf6d5eabc29748c5ac8da5ca8f8a1.tar.gz
u-boot-8b9876988b7cf6d5eabc29748c5ac8da5ca8f8a1.tar.bz2
CI: Update to the latest "Jammy" tag
Move to the latest "Jammy" tag from Ubuntu. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
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 7a62ff3..3d2b64a 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-20230308
+FROM ubuntu:jammy-20230624
MAINTAINER Tom Rini <trini@konsulko.com>
LABEL Description=" This image is for building U-Boot inside a container"