diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-15 16:18:16 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-15 16:18:16 -0400 |
commit | 17af72eb16a36c5d9c0348baab93615fcf0512d3 (patch) | |
tree | 067bfa845dd47ef93adafec1147d303320c39d90 /tools | |
parent | 2abf048ab7b835787d6627423559832f2b18f253 (diff) | |
download | u-boot-17af72eb16a36c5d9c0348baab93615fcf0512d3.zip u-boot-17af72eb16a36c5d9c0348baab93615fcf0512d3.tar.gz u-boot-17af72eb16a36c5d9c0348baab93615fcf0512d3.tar.bz2 |
CI, Docker: Update to latest focal tag
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'tools')
-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 7a3f5cb..f1d597a 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-20220113 +FROM ubuntu:focal-20220302 MAINTAINER Tom Rini <trini@konsulko.com> LABEL Description=" This image is for building U-Boot inside a container" |