diff options
author | Tom Rini | 2021-11-13 18:37:00 -0500 |
---|---|---|
committer | Tom Rini | 2021-11-14 10:30:48 -0500 |
commit | 99cffa233c730a432ae157742840b8877a5a9c90 (patch) | |
tree | 52ce7834c5ac62b3d8f95573c95a56cf4e8979e5 /tools/docker | |
parent | 8a87d1ae95853b2febd2e2631ddeef856c029b5c (diff) |
Dockerfile, CI: Update to latest "focal" tag
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'tools/docker')
-rw-r--r-- | tools/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 79b7e1d0fbd..fb422e75881 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-20210921 +FROM ubuntu:focal-20211006 MAINTAINER Tom Rini <trini@konsulko.com> LABEL Description=" This image is for building U-Boot inside a container" |