From 5c1ed64259bb44ddd86f3780025a91d07d878627 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 11 Sep 2021 10:36:48 -0400 Subject: Dockerfile: Update to latest "focal" tag Reviewed-by: Bin Meng 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 0195456dfe..42d4b0c91a 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:focal-20210723 +FROM ubuntu:focal-20210827 MAINTAINER Tom Rini LABEL Description=" This image is for building U-Boot inside a container" -- cgit v1.2.3