[PATCH 2/2] Dockerfile: Update to latest "Jammy" tag

Tom Rini trini at konsulko.com
Tue Mar 21 20:31:43 CET 2023


Update to using the latest "Jammy" tag as our base.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 tools/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 2d94ed9fbacf..bd02531be249 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-20230126
+FROM ubuntu:jammy-20230308
 MAINTAINER Tom Rini <trini at konsulko.com>
 LABEL Description=" This image is for building U-Boot inside a container"
 
-- 
2.34.1



More information about the U-Boot mailing list