summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-02-07 12:32:19 -0500
committerTom Rini <trini@konsulko.com>2023-02-11 12:22:35 -0500
commit16bf3b6f8f35c295419dab9fc698d50686592f9c (patch)
tree46064add0a5a2418f91cbce8afd997fc2317b965 /tools
parente46b72436cab6d66fdb0263e0bf14082195b754e (diff)
CI, Docker: Update to Jammy 2023016 tag
Move to the latest tag for "Jammy" and rebuild the containers. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index aa19d924cc..33e2bd2add 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 <trini@konsulko.com>
LABEL Description=" This image is for building U-Boot inside a container"