From 8b9876988b7cf6d5eabc29748c5ac8da5ca8f8a1 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 13 Jul 2023 20:37:36 -0400 Subject: CI: Update to the latest "Jammy" tag Move to the latest "Jammy" tag from Ubuntu. Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- tools/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/docker') diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 7a62ff31cfb..3d2b64a355f 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 LABEL Description=" This image is for building U-Boot inside a container" -- cgit v1.2.3