From cd59d44cfd5daebaab4b01a0a5f2931f9e4ed834 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 3 Feb 2022 08:38:34 -0500 Subject: Dockfile, CI: Update to latest focal tag and build - Latest focal tag - Add libgnutls to image Signed-off-by: Tom Rini --- 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 141260cce13..7a3f5cbade4 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-20220105 +FROM ubuntu:focal-20220113 MAINTAINER Tom Rini LABEL Description=" This image is for building U-Boot inside a container" -- cgit v1.2.3