From cacc0b2678c03d694e8be70f8e7b7601825f1c0f Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 14 Mar 2024 22:36:43 -0400 Subject: CI: Move to latest container image This moves us to our latest container image, which is now based on the current "Jammy" tag. Signed-off-by: Tom Rini --- tools/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 6d9931b..cda8735 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-20240125 +FROM ubuntu:jammy-20240227 MAINTAINER Tom Rini LABEL Description=" This image is for building U-Boot inside a container" -- cgit v1.1